Skip to content

Commit 296b356

Browse files
committed
use node 24 for npm cli 11.5.1+ requirement
1 parent a473c86 commit 296b356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/radar-release-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Setup .npmrc file to publish to npm
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '22.x'
19+
node-version: '24'
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm ci
2222
- run: npm run check-latest-tag
@@ -31,7 +31,7 @@ jobs:
3131
# Setup .npmrc file to publish to npm
3232
- uses: actions/setup-node@v2
3333
with:
34-
node-version: '22.x'
34+
node-version: '24'
3535
registry-url: 'https://registry.npmjs.org'
3636
- run: npm ci
3737
- run: npm run check-beta-tag

0 commit comments

Comments
 (0)