File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: 'Full CI env setup (setup node & restore/install dependencies)'
4
4
inputs :
5
5
node_version :
6
6
description : ' Node version to use'
7
- default : ' 16.10.0 '
7
+ default : ' 16.20.2 '
8
8
9
9
runs :
10
10
using : composite
20
20
uses : actions/cache@v3
21
21
with :
22
22
path : " **/node_modules"
23
- key : ${{ runner.os }}-dependency-hash-${{ hashFiles('yarn.lock') }}
23
+ key : ${{ runner.os }}-node-v${{ inputs.node_version }}- dependency-hash-${{ hashFiles('yarn.lock') }}
24
24
restore-keys : |
25
- ${{ runner.os }}-dependency-hash-
25
+ ${{ runner.os }}-node-v${{ inputs.node_version }}- dependency-hash-
26
26
27
27
- name : " Install dependencies"
28
28
# Skip install here because the cache already has an entry, we won't be able to update it, so it's unnecessary to try and rebuild it
You can’t perform that action at this time.
0 commit comments