Skip to content

Commit

Permalink
chore: re-import lock file from yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jan 13, 2024
1 parent dd9ff10 commit 5878dd7
Show file tree
Hide file tree
Showing 2 changed files with 3,025 additions and 2,992 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: pnpm pretest
Expand All @@ -46,7 +46,7 @@ jobs:
version: 8.12.0
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: pnpm pretest:match-resource
Expand Down

0 comments on commit 5878dd7

Please sign in to comment.