Skip to content

Commit 414e7f9

Browse files
authored
ci: use NPM cache in setup-node@v2
1 parent 230611d commit 414e7f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-node@v1
14+
- uses: actions/setup-node@v2
1515
with:
1616
node-version: 12.x
17+
cache: npm
1718
- uses: actions/checkout@v2
1819
- run: npm ci
1920
- run: npm run build

0 commit comments

Comments
 (0)