File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
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 : 16
38
39
cache : pnpm
39
40
- uses : dorny/paths-filter@v2
40
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 : 16
31
32
cache : pnpm
32
33
- name : Package & Deploy Docs
33
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 : 16
34
35
cache : pnpm
35
36
- name : Setup and build
36
37
run : |
75
76
- uses : actions/setup-node@v3
76
77
with :
77
78
registry-url : https://registry.npmjs.org/
79
+ node-version : 16
78
80
cache : pnpm
79
81
- name : Setup and build
80
82
run : |
You can’t perform that action at this time.
0 commit comments