Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
chore: add install node gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 15, 2021
1 parent 130e90e commit 2af52c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install @mapbox/node-pre-gyp -g
- run: npm install
- run: npx aegir test -t node --cov --bail
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 2af52c2

Please sign in to comment.