File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v4
19
19
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
- uses : actions/setup-node@v3
21
+ uses : actions/setup-node@v4
22
22
with :
23
23
node-version : ${{ matrix.node-version }}
24
24
cache : yarn
30
30
path : node_modules/.cache
31
31
key : build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
32
32
restore-keys : |-
33
- build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
34
- build-${{ hashFiles('**/webpack.*.mjs') }}-
33
+ build-${{ hashFiles('**/webpack.*.mjs') }}-${{ hashFiles('**/yarn.lock') }}
34
+ build-${{ hashFiles('**/webpack.*.mjs') }}-
35
35
36
36
- run : yarn --frozen-lockfile
37
37
- name : Build site
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : ${{ matrix.node-version }}
25
25
cache : yarn
38
38
- uses : actions/checkout@v4
39
39
40
40
- name : Use Node.js ${{ matrix.node-version }}
41
- uses : actions/setup-node@v3
41
+ uses : actions/setup-node@v4
42
42
with :
43
43
node-version : ${{ matrix.node-version }}
44
44
cache : yarn
74
74
- uses : actions/checkout@v4
75
75
76
76
- name : Use Node.js ${{ matrix.node-version }}
77
- uses : actions/setup-node@v3
77
+ uses : actions/setup-node@v4
78
78
with :
79
79
node-version : ${{ matrix.node-version }}
80
80
cache : yarn
You can’t perform that action at this time.
0 commit comments