We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a61670 commit c6e745aCopy full SHA for c6e745a
2 files changed
.github/workflows/publish.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-node@v1
18
with:
19
node-version: 12.x
20
+ - run: npm i -g npm@latest
21
- run: npm install --ignore-scripts
22
- run: npx @mapbox/node-pre-gyp configure
23
- run: npx @mapbox/node-pre-gyp build -j max
.github/workflows/test-release.yml
@@ -29,6 +29,7 @@ jobs:
29
30
node-version: ${{ matrix.node-version }}
31
32
33
- run: npx @mapbox/node-pre-gyp install
34
- name: Run unit tests
35
run: npm test
0 commit comments