Skip to content

Commit b37cc5e

Browse files
committed
update ci scripts
1 parent 3333229 commit b37cc5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: '16'
15+
node-version: 'v20.14.0'
1616
- name: "Start: Lint"
1717
run: |
1818
yarn install && yarn lint
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
- uses: actions/setup-node@v3
2525
with:
26-
node-version: '16'
26+
node-version: 'v20.14.0'
2727
- name: "Start: Unit Testing"
2828
run: |
2929
yarn install && yarn test

.github/workflows/releaser-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 'v20.14.0'
3030
# ======================
3131
- name: "[RELEASE Script]"
3232
if: contains(github.event.comment.body, '/release/') # support|major|minor|patch

0 commit comments

Comments
 (0)