Skip to content

Commit

Permalink
Update ci.yml (debug lock file)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jan 13, 2024
1 parent cea314a commit 12bf8bf
Showing 1 changed file with 2 additions and 2 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 --no-frozen-lockfile
- 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 --no-frozen-lockfile
- run: pnpm pretest:match-resource
Expand Down

0 comments on commit 12bf8bf

Please sign in to comment.