Skip to content

Commit

Permalink
ci: use NPM cache in setup-node@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Dec 14, 2021
1 parent 230611d commit 414e7f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -11,9 +11,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
cache: npm
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build

0 comments on commit 414e7f9

Please sign in to comment.