Skip to content

Commit b0fafc8

Browse files
committed
chore: update canary to node 24
1 parent 1cf4ba1 commit b0fafc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/canary.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
with:
2323
run_install: false
2424

25-
- name: Use Node 22
25+
- name: Use Node 24
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 22
28+
node-version: 24
2929
cache: 'pnpm'
3030
registry-url: 'https://registry.npmjs.org'
3131

32-
- name: Update npm for OIDC
33-
run: pnpm install -g npm@latest
32+
- name: Verify npm version
33+
run: npm -v
3434

3535
- name: Install deps
3636
run: pnpm install

0 commit comments

Comments
 (0)