Skip to content

Commit

Permalink
Update CI to use Node.js 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 24, 2023
1 parent db53096 commit c91050a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-feishu-docx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 21
- name: Install dependencies & Build
run: |
cd feishu-docx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-feishu-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 21
- name: Install dependencies & Build
run: |
yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
check-latest: true
cache: yarn
cache-dependency-path: 'yarn.lock'
Expand Down

0 comments on commit c91050a

Please sign in to comment.