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 02c9b33 commit 5e599e5Copy full SHA for 5e599e5
1 file changed
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Node.js for npm publish
42
uses: actions/setup-node@v6
43
with:
44
- node-version: 22.x
+ node-version: 24.x
45
registry-url: 'https://registry.npmjs.org'
46
- name: Publish to npm
47
if: ${{ !contains(github.ref, '-alpha.') }}
0 commit comments