Skip to content

fix(deps): update dependency node-gyp-build to v4.8.4 #290

fix(deps): update dependency node-gyp-build to v4.8.4

fix(deps): update dependency node-gyp-build to v4.8.4 #290

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm install
- run: npm run compile
- run: npm test