mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
use local node-gyp during install
This commit is contained in:
parent
7c3e28ab61
commit
8337acb32c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -38,6 +38,8 @@ jobs:
|
|||
${{ runner.os }}-yarn-
|
||||
- name: Install
|
||||
run: yarn install
|
||||
env:
|
||||
npm_config_node_gyp: ${{ github.workspace }}${{ runner.os == 'Windows' && '\node_modules\node-gyp\bin\node-gyp.js' || '/node_modules/node-gyp/bin/node-gyp.js' }}
|
||||
- name: Lint and Run Unit Tests
|
||||
run: yarn run test
|
||||
- name: Getting Build Icon
|
||||
|
|
|
|||
Loading…
Reference in a new issue