Skip to content

Commit

Permalink
feat: push
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello-job committed Dec 7, 2023
1 parent e0f14ec commit 565095e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
# vite 需要在node>=12 的环境下执行
# puppeteer 需要在node>=14.1.0 的环境下执行
node-version: '16.x'
# 下载pnpm
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Cache
id: cache-dependencies
uses: actions/cache@v3
Expand Down

0 comments on commit 565095e

Please sign in to comment.