Skip to content

Commit

Permalink
💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Jun 24, 2023
1 parent 06e19f0 commit 2d70d04
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm i --prefer-offline
Expand Down

0 comments on commit 2d70d04

Please sign in to comment.