Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Jul 19, 2024
1 parent 914ce41 commit 441a42c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 441a42c

Please sign in to comment.