We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb3d620 commit 51ead01Copy full SHA for 51ead01
.github/workflows/release.yml
@@ -18,11 +18,10 @@ jobs:
18
- uses: actions/checkout@v6
19
- uses: actions/setup-node@v6
20
with:
21
- node-version: 22
22
- registry-url: https://registry.npmjs.org/
23
- - run: npm install -g npm@latest
+ node-version: 24
24
- run: npm ci --ignore-scripts --no-fund --no-audit
25
- run: npm test
+ - run: npm run build
26
- name: Bump version
27
run: |
28
VERSION=${GITHUB_REF_NAME#v}
@@ -34,5 +33,4 @@ jobs:
34
33
git add package.json package-lock.json
35
git commit -m "chore: bump version to ${GITHUB_REF_NAME#v}"
36
git push origin HEAD:main
37
- - run: npm run build
38
- run: npm publish --access public
0 commit comments