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 958e02e commit cea314a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: '16'
cache: 'pnpm'
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm pretest:webpack4
- run: pnpm test:webpack4

Expand All @@ -33,7 +33,7 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm pretest
- run: pnpm test

Expand All @@ -48,6 +48,6 @@ jobs:
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm pretest:match-resource
- run: pnpm test:match-resource

0 comments on commit cea314a

Please sign in to comment.