Skip to content

Commit

Permalink
CI: Workaround node-gyp issue
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jan 16, 2024
1 parent 68d0e21 commit 955d2a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# https://github.com/nodejs/node-gyp/issues/2869
- run: python3 -m pip install setuptools
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -40,7 +42,7 @@ jobs:
strategy:
matrix:
node-version: [ 16, 18, 20 ]
container: node:${{ matrix.node-version }}-alpine3.18
container: node:${{ matrix.node-version }}-alpine
steps:
- uses: actions/checkout@v3
- name: install build deps
Expand Down

0 comments on commit 955d2a2

Please sign in to comment.