Skip to content

Commit

Permalink
cache deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdshaeffer committed Dec 3, 2023
1 parent a696707 commit 66a787a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: cache deps
uses: actions/cache@v2
with:
path: |
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}

- name: install
run: npm install

Expand Down

0 comments on commit 66a787a

Please sign in to comment.