Skip to content

Commit 76dd2cf

Browse files
authored
Merge pull request #603 from SolidOS/bourgeoa-patch-1
Change Node.js version to 20 in CI workflow
2 parents 865ad15 + c3f851c commit 76dd2cf

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)