File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : Use Node.js
36
36
uses : actions/setup-node@v3
37
37
with :
38
- node-version : 20
38
+ node-version : 16
39
39
cache : pnpm
40
40
- uses : dorny/paths-filter@v2
41
41
id : changes
Original file line number Diff line number Diff line change 28
28
- name : Use Node.js
29
29
uses : actions/setup-node@v3
30
30
with :
31
- node-version : 20
31
+ node-version : 16
32
32
cache : pnpm
33
33
- name : Package & Deploy Docs
34
34
run : |
Original file line number Diff line number Diff line change 31
31
- uses : actions/setup-node@v3
32
32
with :
33
33
registry-url : https://registry.npmjs.org/
34
- node-version : 20
34
+ node-version : 16
35
35
cache : pnpm
36
36
- name : Setup and build
37
37
run : |
76
76
- uses : actions/setup-node@v3
77
77
with :
78
78
registry-url : https://registry.npmjs.org/
79
- node-version : 20
79
+ node-version : 16
80
80
cache : pnpm
81
81
- name : Setup and build
82
82
run : |
You can’t perform that action at this time.
0 commit comments