Skip to content

Commit 74dcaf9

Browse files
author
LongYinan
committed
ci: add 12 & 14 nodejs to test matrix
1 parent 7825085 commit 74dcaf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,13 @@ jobs:
100100
cargo-cache
101101
102102
test_binding:
103-
name: Test bindings
103+
name: Test bindings on ${{ matrix.os }} - node@${{ matrix.node }}
104104
needs: lint_and_build
105105
strategy:
106106
fail-fast: false
107107
matrix:
108108
os: [ubuntu-latest, macos-latest, windows-latest]
109+
node: ['10', '12', '14']
109110
runs-on: ${{ matrix.os }}
110111

111112
steps:
@@ -114,7 +115,7 @@ jobs:
114115
- name: Setup node
115116
uses: actions/setup-node@v1
116117
with:
117-
node-version: 12
118+
node-version: ${{ matrix.node }}
118119

119120
- name: Set platform name
120121
run: |

0 commit comments

Comments
 (0)