Skip to content

Commit

Permalink
--force option for npm install workarounds sharp for Node.js v16 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Dec 17, 2023
1 parent 9feb1e4 commit 38c6ab6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --cpu=x64 --os=linux sharp
- run: npm install
- run: npm install --force
- run: npm run lint
- run: npm test

Expand Down

0 comments on commit 38c6ab6

Please sign in to comment.