Skip to content

Commit

Permalink
chore: try fix node@14 by explictly installing node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-pearson-mattr committed Apr 17, 2024
1 parent 2c6f899 commit 1e3cb78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/any-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
# Needed since since node-gyp depends on distutils package which has now been removed in python version 3.12
- run: pip install setuptools

- run: yarn global add [email protected]
- run: node-gyp -v

- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
Expand Down

0 comments on commit 1e3cb78

Please sign in to comment.