File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [18.x]
19
+ node-version : 16.x
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
Original file line number Diff line number Diff line change 16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [18.x]
19
+ node-version : 16.x
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
Original file line number Diff line number Diff line change 25
25
- name : Install Node.js
26
26
uses : actions/setup-node@v3
27
27
with :
28
- node-version : 18 .x
28
+ node-version : 16 .x
29
29
- name : Install dependencies and build site
30
30
run : npm i -g pnpm && pnpm up && pnpm i --shamefully-hoist && NODE_ENV=production webpack --bail
31
31
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments