Skip to content

feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes #10

feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes

feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes #10

Workflow file for this run

name: PR Build
on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Make
run: make