Skip to content

Commit 2ca2322

Browse files
committed
update CI plan
1 parent ad07f17 commit 2ca2322

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/macos-napi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: macOS-latest
77
strategy:
88
matrix:
9-
node-version: [12, 14, 16, 18]
9+
node-version: [14, 16, 18]
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/windows-wasm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ jobs:
66
runs-on: windows-latest
77
strategy:
88
matrix:
9-
node-version: [15, 16, 17]
9+
node-version: [16]
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Use Node.js ${{ matrix.node-version }}
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: ${{ matrix.node-version }}
1616
- run: npm i
17-
- run: npm run nyc_mocha_wasm
17+
- run: npm run mocha_wasm

0 commit comments

Comments
 (0)