We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4ba1 commit b0fafc8Copy full SHA for b0fafc8
1 file changed
.github/workflows/canary.yml
@@ -22,15 +22,15 @@ jobs:
22
with:
23
run_install: false
24
25
- - name: Use Node 22
+ - name: Use Node 24
26
uses: actions/setup-node@v4
27
28
- node-version: 22
+ node-version: 24
29
cache: 'pnpm'
30
registry-url: 'https://registry.npmjs.org'
31
32
- - name: Update npm for OIDC
33
- run: pnpm install -g npm@latest
+ - name: Verify npm version
+ run: npm -v
34
35
- name: Install deps
36
run: pnpm install
0 commit comments