Skip to content

feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes (#33) #8

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

feat: version bump to 2.0.1 to reflect the node-gyp c++17 changes (#33) #8

Workflow file for this run

name: Snapshot
on:
push:
branches:
- main
jobs:
build:
if: ${{ github.repository == 'Netflix-Skunkworks/spectator-js-nodejsmetrics' }}
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