Skip to content

Commit

Permalink
ci: Fixed GitHub Actions.
Browse files Browse the repository at this point in the history
Frozen lockfile for real this time?
  • Loading branch information
Anadian committed Aug 28, 2023
1 parent 2a2da75 commit 2faa7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
version: '8'
if: ${{ matrix.node > 16 || matrix.node == 'latest' }}
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm test
coverage:
needs: source
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: pnpm/action-setup@v2.4.0
with:
version: '8'
- run: pnpm install
- run: pnpm install --no-frozen-lockfile
- run: pnpm run ci
- uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 2faa7d0

Please sign in to comment.