Skip to content

Commit c6e745a

Browse files
committed
use npm 8 because of the cyclic dependency
1 parent 4a61670 commit c6e745a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v1
1818
with:
1919
node-version: 12.x
20+
- run: npm i -g npm@latest
2021
- run: npm install --ignore-scripts
2122
- run: npx @mapbox/node-pre-gyp configure
2223
- run: npx @mapbox/node-pre-gyp build -j max

.github/workflows/test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
- run: npm install --ignore-scripts
32+
- run: npm i -g npm@latest
3233
- run: npx @mapbox/node-pre-gyp install
3334
- name: Run unit tests
3435
run: npm test

0 commit comments

Comments
 (0)