Skip to content

Commit

Permalink
ci: use npm cache in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 9, 2024
1 parent 4759d41 commit 985a221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'

- name: Install dependencies
run: npm ci
Expand All @@ -45,6 +46,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
cache: 'npm'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 985a221

Please sign in to comment.