Skip to content

Commit 14446ba

Browse files
authored
ci: setup npm cache
1 parent ae989df commit 14446ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v2
115115

116116
- name: Use Node.js ${{ matrix.node-version }}
117-
uses: actions/setup-node@v1
117+
uses: actions/setup-node@v2
118118
with:
119119
node-version: ${{ matrix.node-version }}
120120
cache: "npm"

0 commit comments

Comments
 (0)