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 186cade commit eddfb15Copy full SHA for eddfb15
.github/workflows/ci.yml
@@ -35,12 +35,6 @@ jobs:
35
- name: Set up latest NPM for publish
36
uses: actions/setup-node@v5
37
with:
38
- node-version: 22
+ node-version: 24
39
registry-url: "https://registry.npmjs.org"
40
- # Ensure npm 11.5.1 or later is installed
41
- - name: Update npm
42
- run: npm install -g npm@latest
43
- - name: Build and publish package
44
- if: startsWith(github.ref, 'refs/tags/')
45
- run: npm publish --access=public --tag ${GITHUB_REF_NAME#v}
46
-
+ - uses: JS-DevTools/npm-publish@v4
0 commit comments