Skip to content

Commit

Permalink
Merge pull request #198 from cachho/fix/Cache
Browse files Browse the repository at this point in the history
fix: cache
  • Loading branch information
cachho authored Dec 4, 2024
2 parents fb69d40 + 174fc5c commit 6cfe2dc
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 @@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v3
with:
path: node_modules
Expand All @@ -24,6 +25,7 @@ jobs:
${{ runner.os }}-node-
- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install

- name: Update manifest versions
Expand Down

0 comments on commit 6cfe2dc

Please sign in to comment.