Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit bf4a68b

Browse files
authored
fix: add 'node-pre-gyp' installation to 'check' and 'test-node' actions (#152)
1 parent 4525596 commit bf4a68b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/js-test-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v2
1717
with:
1818
node-version: lts/*
19+
- run: npm install -g @mapbox/node-pre-gyp
1920
- uses: ipfs/aegir/actions/cache-node-modules@master
2021
- run: npm run --if-present lint
2122
- run: npm run --if-present dep-check
@@ -33,8 +34,8 @@ jobs:
3334
- uses: actions/setup-node@v2
3435
with:
3536
node-version: ${{ matrix.node }}
37+
- run: npm install -g @mapbox/node-pre-gyp
3638
- uses: ipfs/aegir/actions/cache-node-modules@master
37-
- run: npm install -g node-pre-gyp
3839
- run: npm run --if-present test:node
3940
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
4041
with:

0 commit comments

Comments
 (0)