We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d41e3f commit 7c9f992Copy full SHA for 7c9f992
1 file changed
.github/workflows/node.yml .github/workflows/node.js.yml.github/workflows/node.yml renamed to .github/workflows/node.js.yml
@@ -61,14 +61,11 @@ jobs:
61
with:
62
node-version: ${{ matrix.node }}
63
64
- - name: Install cmake node
65
- run: npm install --location=global cmake-node
66
-
67
- - name: Install dependencies w/o building
68
- run: npm install --ignore-scripts
+ - name: Install cmake node and deps
+ run: npm install --ignore-scripts cmake-node
69
70
- name: Rebuild using cmake
71
- run: cmake-node rebuild --production
+ run: npx cmake-node rebuild --production
72
73
- name: Test
74
run: npm test
0 commit comments