Skip to content

Commit dc51b26

Browse files
committed
build: switch to setup-node cache
1 parent 5536f2b commit dc51b26

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,7 @@ jobs:
3939
uses: actions/setup-node@v2.3.0
4040
with:
4141
node-version: ${{steps.node.outputs.version}}
42-
- name: Set up cache
43-
uses: actions/cache@v2.1.6
44-
id: cache
45-
with:
46-
path: '**/node_modules'
47-
key: npm-${{hashFiles('**/package-lock.json')}}
42+
cache: npm
4843
- name: Install packages
4944
if: steps.cache.outputs.cache-hit != 'true'
5045
run: npm ci

0 commit comments

Comments
 (0)