1 parent fc3a6d8 commit b45e141Copy full SHA for b45e141
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node
28
uses: actions/setup-node@v4
29
with:
30
- node-version: '20'
+ node-version: '24' # Node 24 includes npm 11+ with OIDC support
31
32
- name: Install dependencies
33
run: npm install
@@ -72,8 +72,10 @@ jobs:
72
git push origin main --tags
73
74
- name: Publish to npm
75
- run: npm publish --access public
76
- working-directory: packages/create-unmint
+ uses: JS-DevTools/npm-publish@v4
+ with:
77
+ package: packages/create-unmint/package.json
78
+ access: public
79
80
- name: Create GitHub Release
81
uses: softprops/action-gh-release@v1
0 commit comments