Skip to content

Commit c6cf457

Browse files
temporary node version demotion while 23.6.0 fail to install our packages.
1 parent 1b7a1a6 commit c6cf457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/encryption-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup node
2929
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
3030
with:
31-
node-version: latest
31+
node-version: 22
3232
- name: Install Dependencies
3333
run: npm install
3434
- name: Install mongodb-client-encryption

0 commit comments

Comments
 (0)