added macos napi test
This commit is contained in:
parent
6a8f337f16
commit
fbc404e3c3
17
.github/workflows/macos-napi.yml
vendored
Normal file
17
.github/workflows/macos-napi.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: MacOS
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
name: MacOS ${{ matrix.node-version }}
|
||||
runs-on: macOS-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12, 14, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i
|
||||
- run: npm run mocha_napi
|
Loading…
x
Reference in New Issue
Block a user