Skip to content

Commit

Permalink
Try to workaround node-gyp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Jan 18, 2024
1 parent 61350e6 commit 90bf44b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install setuptools
- run: npm ci
- run: npm test

0 comments on commit 90bf44b

Please sign in to comment.