Skip to content

Commit 9a4742e

Browse files
authored
Configure npm registry and update npm version
1 parent 3baf5e9 commit 9a4742e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
with:
3030
node-version: 18
3131
cache: pnpm
32+
registry-url: "https://registry.npmjs.org"
33+
34+
- name: Update npm
35+
run: npm install -g npm@latest
3236

3337
- name: Install dependencies
3438
run: pnpm install
@@ -40,4 +44,3 @@ jobs:
4044
publish: pnpm changeset publish
4145
env:
4246
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)