Skip to content

Commit

Permalink
chore: use built-in setup-node NPM cache (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 29, 2021
1 parent 219cc3b commit e3f5a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node }}
cache: npm

- name: Install packages
run: npm ci
Expand Down

0 comments on commit e3f5a6c

Please sign in to comment.