Skip to content

Commit cd4e26d

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 0af0c01 commit cd4e26d

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

0 commit comments

Comments
 (0)