Skip to content

Commit

Permalink
use npm 8 because of the cyclic dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Mar 26, 2022
1 parent 4a61670 commit c6e745a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm i -g npm@latest
- run: npm install --ignore-scripts
- run: npx @mapbox/node-pre-gyp configure
- run: npx @mapbox/node-pre-gyp build -j max
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install --ignore-scripts
- run: npm i -g npm@latest
- run: npx @mapbox/node-pre-gyp install
- name: Run unit tests
run: npm test
Expand Down

0 comments on commit c6e745a

Please sign in to comment.