Skip to content

Commit 5d427a2

Browse files
committed
Upgrading Node.js version to 24 to avoid a warning in all builds
1 parent ad3b332 commit 5d427a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
- name: Use Node.js
319319
uses: actions/setup-node@v4
320320
with:
321-
node-version: 20
321+
node-version: 24
322322
- run: npm ci
323323
working-directory: ./test-utils/test-utils-js
324324
- run: npm test

0 commit comments

Comments
 (0)