We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3e030 commit f1040adCopy full SHA for f1040ad
1 file changed
.github/workflows/release-please.yml
@@ -38,13 +38,10 @@ jobs:
38
39
- uses: actions/setup-node@v4
40
with:
41
- node-version: 20
+ node-version: 24
42
registry-url: https://registry.npmjs.org
43
44
- run: npm install
45
-
46
- run: npm test
47
48
- - run: npm publish --provenance --access public
49
- env:
50
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ - run: npm run build
+ - run: npm publish
0 commit comments