Skip to content

Commit

Permalink
chore: update node version and github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
novlan1 committed Nov 19, 2024
1 parent 2603d23 commit fd1d2d0
Show file tree
Hide file tree
Showing 2 changed files with 9,898 additions and 6,097 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]
steps:
# 拉取代码
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@6
run: npm install -g pnpm@9

- name: Install Dependencies
run: pnpm install
Expand Down
Loading

0 comments on commit fd1d2d0

Please sign in to comment.