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 a473c86 commit 296b356Copy full SHA for 296b356
.github/workflows/radar-release-actions.yml
@@ -16,7 +16,7 @@ jobs:
16
# Setup .npmrc file to publish to npm
17
- uses: actions/setup-node@v2
18
with:
19
- node-version: '22.x'
+ node-version: '24'
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm ci
22
- run: npm run check-latest-tag
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
- run: npm run check-beta-tag
0 commit comments