Skip to content

Commit

Permalink
infra: cache github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
amilajack committed Dec 28, 2021
1 parent e179171 commit b23522a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
cache: 'npm'

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
cache: 'npm'

- name: npm install
run: |
Expand Down

0 comments on commit b23522a

Please sign in to comment.