Skip to content

Commit

Permalink
npm ci --force
Browse files Browse the repository at this point in the history
  • Loading branch information
bourquep committed Oct 30, 2024
1 parent ba4e701 commit defff1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- run: npm ci
# --force is required for now, as NextJS references a React version that is not yet published.
- run: npm ci --force
- run: npm run lint

0 comments on commit defff1f

Please sign in to comment.