We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a06c1 commit 0214196Copy full SHA for 0214196
1 file changed
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: pnpm/action-setup@v4
31
- uses: actions/setup-node@v6
32
with:
33
- node-version: 22
+ node-version: 24
34
registry-url: 'https://registry.npmjs.org'
35
cache: pnpm
36
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
0 commit comments