Skip to content

Commit 4bd2898

Browse files
committed
ci(publish): Use npm trusted publishing
1 parent 2fce597 commit 4bd2898

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml renamed to .github/workflows/publish.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v4
2222

23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
registry-url: https://registry.npmjs.org/
27-
cache: "pnpm"
2827

2928
- run: pnpm install --frozen-lockfile
3029

@@ -35,6 +34,3 @@ jobs:
3534

3635
- run: pnpm exec nx release publish
3736
shell: bash
38-
env:
39-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
40-
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)