Skip to content

Commit fdfc27e

Browse files
authored
use node 24 in release workflow (#978)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
1 parent 343c8da commit fdfc27e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,10 @@ jobs:
2323
- name: Setup node
2424
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v3
2525
with:
26-
node-version: 22
26+
node-version: 24.x
2727
registry-url: 'https://registry.npmjs.org'
2828
cache: npm
2929

30-
- name: Install npm w/ OIDC support
31-
run: |
32-
npm install -g npm@^11.5.0
33-
3430
- name: Install dependencies
3531
run: npm ci
3632

0 commit comments

Comments
 (0)