Skip to content

Commit

Permalink
chore: update pnpm to 8 and and node@20 in ci (#552)
Browse files Browse the repository at this point in the history
This PR aims to reach the following results:
- pnpm to v8
- add node v20 to ci
- make vercel playground work well after upgrading pnpm to v8(need
@shuding access to the vercel dashboard to make it deploy well)

@shuding Thanks for your time~
  • Loading branch information
Jackie1210 authored Sep 20, 2023
1 parent 538af1a commit fc356ec
Show file tree
Hide file tree
Showing 3 changed files with 5,690 additions and 1,040 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [16, 18, 20]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"postcss-value-parser": "^4.2.0",
"yoga-wasm-web": "^0.3.3"
},
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@8.7.0",
"engines": {
"node": ">=16"
}
Expand Down
Loading

0 comments on commit fc356ec

Please sign in to comment.