Skip to content

Commit

Permalink
pkg: install cmake-node on ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Jan 24, 2025
1 parent 8d41e3f commit 7c9f992
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/node.yml → .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,11 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install cmake node
run: npm install --location=global cmake-node

- name: Install dependencies w/o building
run: npm install --ignore-scripts
- name: Install cmake node and deps
run: npm install --ignore-scripts cmake-node

- name: Rebuild using cmake
run: cmake-node rebuild --production
run: npx cmake-node rebuild --production

- name: Test
run: npm test

0 comments on commit 7c9f992

Please sign in to comment.