Skip to content

Commit

Permalink
fix: CI script and bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
JichenZhang committed Dec 11, 2024
1 parent 1866658 commit efcf47f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'
node-version: 20
- name: Install pnpm
run: npm install -g pnpm
- name: Install packages
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'
node-version: 20
- name: Install pnpm
run: npm install -g pnpm
- name: Install packages
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'pnpm'
node-version: 20
- name: Install pnpm
run: npm install -g pnpm
- name: Install packages
Expand Down

0 comments on commit efcf47f

Please sign in to comment.