Change npm cache to pnpm in release workflow
This commit is contained in:
parent
1fc25e2ce4
commit
b0de993210
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'npm'
|
||||
cache: 'pnpm'
|
||||
- name: Clear auth token for OIDC
|
||||
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
|
||||
- name: Install Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue