File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 20
20
- name : Check out a copy of the repo
21
21
uses : actions/checkout@v2
22
22
23
- - name : Use Node.js ${{ env.NODE_VERSION }}
24
- uses : actions/setup-node@v2-beta
25
- with :
26
- node-version : ${{ env.NODE_VERSION }}
23
+ - name : Use Node.js 14
24
+ uses : volta-cli/action@v4
27
25
28
26
- name : Get Yarn cache path
29
27
id : yarn-cache-dir-path
55
53
- name : Check out a copy of the repo
56
54
uses : actions/checkout@v2
57
55
58
- - name : Use Node.js ${{ env.NODE_VERSION }}
59
- uses : actions/setup-node@v2-beta
60
- with :
61
- node-version : ${{ env.NODE_VERSION }}
56
+ - name : Use Node.js 14
57
+ uses : volta-cli/action@v4
62
58
63
59
- name : Get Yarn cache path
64
60
id : yarn-cache-dir-path
71
67
path : |
72
68
${{ steps.yarn-cache-dir-path.outputs.dir }}
73
69
node_modules
74
- key : ${{ runner.os }}-${{ env.NODE_VERSION }} -${{ hashFiles('**/yarn.lock') }}
75
- restore-keys : ${{ runner.os }}-${{ env.NODE_VERSION }} -
70
+ key : ${{ runner.os }}-14 -${{ hashFiles('**/yarn.lock') }}
71
+ restore-keys : ${{ runner.os }}-14 -
76
72
77
73
- name : Install dependencies
78
74
run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments