Skip to content

Commit

Permalink
ci(workflow): add 'npm' cache for actions/setup-node in .github/workf…
Browse files Browse the repository at this point in the history
…lows
  • Loading branch information
oscard0m authored and n33pm committed Oct 17, 2022
1 parent d9c2c80 commit c7325f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v2

- name: Setup node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
cache: npm

- name: npm install
run: npm install
Expand Down

0 comments on commit c7325f6

Please sign in to comment.