We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417ac41 commit 7cff2bcCopy full SHA for 7cff2bc
.github/workflows/release.yaml
@@ -16,7 +16,8 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '20'
+ node-version: '24'
20
+ registry-url: 'https://registry.npmjs.org'
21
- name: Set release version to package.json
22
run: jq --indent 4 '.version = "${{ github.ref_name }}"' < package.json > package.json~ && mv package.json~ package.json
23
- name: NPM release
0 commit comments