1 parent c9f511e commit 030015eCopy full SHA for 030015e
1 file changed
.github/workflows/publish.yaml
@@ -15,8 +15,8 @@ jobs:
15
- uses: pnpm/action-setup@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 22
19
- registry-url: 'https://registry.npmjs.org'
+ node-version: 24
+ registry-url: https://registry.npmjs.org
20
21
- run: pnpm install
22
- id: parse
@@ -26,6 +26,3 @@ jobs:
26
echo "version=${TAG##*@}" >> "$GITHUB_OUTPUT"
27
- working-directory: ./workspace/${{ steps.parse.outputs.name }}
28
run: pnpm publish --no-git-checks
29
- env:
30
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
- NPM_CONFIG_PROVENANCE: true
0 commit comments