Skip to content

Commit

Permalink
change cache to npm for release script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-unleash committed Jul 20, 2022
1 parent 87c97f2 commit dbf2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
cache: 'yarn'
cache: 'npm'
- run: |
npm install --frozen-lockfile
- run: |
Expand Down

0 comments on commit dbf2a2f

Please sign in to comment.