Skip to content

Commit 02140af

Browse files
committed
Update node version on CI
1 parent 81731c5 commit 02140af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v6
8888
- uses: actions/setup-node@v6
8989
with:
90-
node-version: '21'
90+
node-version: latest
9191
- run: npm ci
9292
working-directory: ./javascript_client
9393
- run: npm test

0 commit comments

Comments
 (0)