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

add 'node-pre-gyp' installation to 'check' and 'test-node' actions #152

Merged
merged 9 commits into from
Mar 15, 2022
3 changes: 2 additions & 1 deletion .github/workflows/js-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm install -g @mapbox/node-pre-gyp
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present lint
- run: npm run --if-present dep-check
Expand All @@ -33,8 +34,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install -g @mapbox/node-pre-gyp
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm install -g node-pre-gyp
- run: npm run --if-present test:node
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
with:
Expand Down