Skip to content

Commit c3f851c

Browse files
authored
Change Node.js version to 20 in CI workflow
Updated Node.js version from 22 to 20 for compatibility with npm@latest.
1 parent 865ad15 commit c3f851c

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
@@ -73,7 +73,7 @@ jobs:
7373
name: build
7474
- uses: actions/setup-node@v6
7575
with:
76-
node-version: 22
76+
node-version: 20 # for npm@latest
7777
registry-url: 'https://registry.npmjs.org'
7878
- name: Update npm to latest (required for OIDC)
7979
run: npm install -g npm@latest

0 commit comments

Comments
 (0)