Skip to content

Commit 9b395e7

Browse files
authored
Merge pull request #142 from SolidOS/bourgeoa-npm
Change Node.js version to 20 in CI workflow
2 parents f2024d7 + 58a945b commit 9b395e7

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

0 commit comments

Comments
 (0)