Skip to content

Commit 11fb17a

Browse files
authored
Merge pull request #366 from SolidOS/bourgeoa-patch-4
npm-publish-latest Node.js version from 22 to 20
2 parents 6030e23 + ca9f1b8 commit 11fb17a

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
@@ -85,7 +85,7 @@ jobs:
8585
name: build
8686
- uses: actions/setup-node@v6
8787
with:
88-
node-version: 22
88+
node-version: 20 # for npm@latest
8989
registry-url: 'https://registry.npmjs.org'
9090
- name: Update npm to latest (required for OIDC)
9191
run: npm install -g npm@latest

0 commit comments

Comments
 (0)