We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343c8da commit fdfc27eCopy full SHA for fdfc27e
1 file changed
.github/workflows/release.yml
@@ -23,14 +23,10 @@ jobs:
23
- name: Setup node
24
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v3
25
with:
26
- node-version: 22
+ node-version: 24.x
27
registry-url: 'https://registry.npmjs.org'
28
cache: npm
29
30
- - name: Install npm w/ OIDC support
31
- run: |
32
- npm install -g npm@^11.5.0
33
-
34
- name: Install dependencies
35
run: npm ci
36
0 commit comments