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 2fce597 commit 4bd2898Copy full SHA for 4bd2898
.github/workflows/ci.yml renamed to .github/workflows/publish.yml
@@ -20,11 +20,10 @@ jobs:
20
21
- uses: pnpm/action-setup@v4
22
23
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
24
with:
25
- node-version: 20
+ node-version: 24
26
registry-url: https://registry.npmjs.org/
27
- cache: "pnpm"
28
29
- run: pnpm install --frozen-lockfile
30
@@ -35,6 +34,3 @@ jobs:
35
34
36
- run: pnpm exec nx release publish
37
shell: bash
38
- env:
39
- NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
40
- NPM_CONFIG_PROVENANCE: true
0 commit comments