We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d261a6f commit d232a15Copy full SHA for d232a15
.github/actions/setup/action.yaml
@@ -7,8 +7,10 @@ runs:
7
uses: 'actions/setup-node@v3'
8
with:
9
node-version: '16.x'
10
+ cache: 'npm'
11
+ cache-dependency-path: '**/package-lock.json'
12
- - name: 'Keep npm cache'
13
+ - name: 'Keep npm cache for future workflows'
14
uses: 'actions/cache@v3'
15
16
key: "${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}"
0 commit comments