Skip to content

Commit

Permalink
chore: improve ci cd and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yue1123 committed Oct 2, 2023
1 parent 3064f1a commit ccc4050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
run: pnpm i

- name: Build
run: pnpm run docs:build
Expand Down

0 comments on commit ccc4050

Please sign in to comment.