File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@v3
13
13
- uses : actions/setup-node@v3
14
14
with :
15
- node-version : ' 16 '
15
+ node-version : ' v20.14.0 '
16
16
- name : " Start: Lint"
17
17
run : |
18
18
yarn install && yarn lint
23
23
uses : actions/checkout@v3
24
24
- uses : actions/setup-node@v3
25
25
with :
26
- node-version : ' 16 '
26
+ node-version : ' v20.14.0 '
27
27
- name : " Start: Unit Testing"
28
28
run : |
29
29
yarn install && yarn test
Original file line number Diff line number Diff line change 26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
27
- uses : actions/setup-node@v3
28
28
with :
29
- node-version : 18
29
+ node-version : ' v20.14.0 '
30
30
# ======================
31
31
- name : " [RELEASE Script]"
32
32
if : contains(github.event.comment.body, '/release/') # support|major|minor|patch
You can’t perform that action at this time.
0 commit comments