Skip to content

Commit

Permalink
ci: try v2 and cached github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 9, 2021
1 parent 69fd30b commit 7b09056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
uses: actions/checkout@v2

- name: Set Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm

- name: Install npm dependencies
run: npm ci
Expand Down

0 comments on commit 7b09056

Please # to comment.