Skip to content

Commit

Permalink
chore: 🤖 change cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-potter committed Dec 15, 2023
1 parent 81370c8 commit 3dfd2f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
steps:
- uses: actions/checkout@v1

# Install app1
- uses: bahmutov/npm-install@v1
with:
working-directory: web-extension-did
- uses: actions/cache@v3
id: install-cache
with:
path: node_modules/
key: ${{ runner.os }}-install-${{ hashFiles('**/yarn.lock') }}

- name: Build
run: |
Expand Down

0 comments on commit 3dfd2f4

Please sign in to comment.