Skip to content

Commit a68ee98

Browse files
authored
Merge pull request #322 from SolidOS/fix/node22
Upgrade Node.js version from 20 to 22
2 parents a05880a + 9df9b80 commit a68ee98

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
@@ -85,7 +85,7 @@ jobs:
8585
name: build
8686
- uses: actions/setup-node@v6
8787
with:
88-
node-version: 20 # required for OIDC npm@latest
88+
node-version: 22 # required for OIDC 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)