We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd7d162 + 50b43cb commit e186944Copy full SHA for e186944
1 file changed
.github/workflows/npm.yml
@@ -19,12 +19,10 @@ jobs:
19
# Setup .npmrc file to publish to npm
20
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
21
with:
22
- node-version: '22.x'
+ node-version: '24'
23
registry-url: 'https://registry.npmjs.org'
24
- run: npm ci
25
- run: npm run build
26
- env:
27
- IS_PUBLISHING: 'YES'
28
29
- name: Check if pre-release and publish to NPM
30
run: |
0 commit comments