Skip to content

Commit ae171c0

Browse files
Merge pull request #424 from depot/jacobwgillespie-patch-1
Use npm trusted publishing
2 parents 61dc40d + 64eabed commit ae171c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
with:
2727
version: 8.x.x
2828

29-
- name: Install Node 18
29+
- name: Install Node 24
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "18"
32+
node-version: "24"
3333
registry-url: https://registry.npmjs.org
3434
cache: pnpm
3535
cache-dependency-path: npm/pnpm-lock.yaml
@@ -63,5 +63,3 @@ jobs:
6363
- name: Release npm packages
6464
run: pnpm publish -r --access public --no-git-checks
6565
working-directory: npm
66-
env:
67-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)