Skip to content

Commit 0ea2510

Browse files
authored
Merge pull request #741 from SolidOS/bourgeoa-npm
Change Node.js version to 20 in CI workflow
2 parents f1d36f9 + f8ec74b commit 0ea2510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: build
8383
- uses: actions/setup-node@v6
8484
with:
85-
node-version: 22
85+
node-version: 20 # required for OIDC npm@latest
8686
registry-url: 'https://registry.npmjs.org'
8787
- name: Update npm to latest (required for OIDC)
8888
run: npm install -g npm@latest

0 commit comments

Comments
 (0)