Switch from npm to pnpm for package management
This commit is contained in:
parent
3eb4a9f6ae
commit
55de012d23
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -26,6 +26,6 @@ jobs:
|
|||
- name: Clear auth token for OIDC
|
||||
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
|
||||
- name: Install Dependencies
|
||||
run: npm i --frozen-lockfile
|
||||
run: pnpm i --frozen-lockfile
|
||||
- name: release
|
||||
run: npm publish --verbose
|
||||
run: pnpm publish --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue