Skip to content

Commit

Permalink
Add fix to github action node-gyp issue (forced python version)
Browse files Browse the repository at this point in the history
  • Loading branch information
spensbot committed Nov 29, 2023
1 parent cb42999 commit 2708844
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
node-version: 16
cache: npm

- uses: actions/setup-python@v4 # https://github.com/nodejs/node-gyp/issues/2869
with:
python-version: '3.11'

- name: Install dependencies
run: |
npm install
Expand Down

0 comments on commit 2708844

Please sign in to comment.