Skip to content

Commit

Permalink
ci: install latest node-gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 committed May 10, 2022
1 parent 3dd9ed3 commit e4c3e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config/base.yml
Expand Up @@ -1157,6 +1157,7 @@ steps-test-nan: &steps-test-nan
name: Run Nan Tests
command: |
cd src
npm install -g node-gyp@latest
node electron/script/nan-spec-runner.js
steps-test-node: &steps-test-node
Expand Down

0 comments on commit e4c3e6d

Please sign in to comment.