Skip to content

Commit d2d6cd2

Browse files
committed
Use modern npm
1 parent 20320a5 commit d2d6cd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
deno-version: 2.5.3
3232

33+
- name: update npm
34+
run: npm update -g npm
35+
3336
- name: Install Dependencies
3437
run: npm install
3538

@@ -39,4 +42,5 @@ jobs:
3942
with:
4043
publish: npm publish
4144
env:
45+
NPM_CONFIG_PROVENANCE: true
4246
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)