Skip to content

Commit 7b09056

Browse files
committed
ci: try v2 and cached github actions
1 parent 69fd30b commit 7b09056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nodejs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Set Node.js version
26-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node }}
29+
cache: npm
2930

3031
- name: Install npm dependencies
3132
run: npm ci

0 commit comments

Comments
 (0)