File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Node JS
16
16
uses : actions/setup-node@v1
17
17
with :
18
- node-version : 12.x
18
+ node-version : 16.x
19
+ cache : yarn
20
+
19
21
- run : yarn install --ignore-engines
20
22
- run : yarn lint:nofix
21
23
- run : yarn test
Original file line number Diff line number Diff line change 19
19
- name : Setup Node JS
20
20
uses : actions/setup-node@v1
21
21
with :
22
- node-version : 12.x
22
+ node-version : 16.x
23
+ cache : yarn
24
+
23
25
- name : Build Docs 📚
24
26
run : |
25
27
# un-ignore bundle.js
Original file line number Diff line number Diff line change 11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- name : Setup Node JS
14
- uses : actions/setup-node@v1
14
+ uses : actions/setup-node@v2
15
15
with :
16
- node-version : 12.x
16
+ node-version : 16.x
17
+ cache : yarn
17
18
- run : yarn install --ignore-engines
18
19
- run : yarn lint:nofix
19
20
- run : yarn test
You can’t perform that action at this time.
0 commit comments