Skip to content

Commit

Permalink
Add Node 15 to the build matrix for all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Nov 23, 2020
1 parent 290c028 commit cedc542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 15.x]
rust-toolchain: [stable, beta, nightly]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 15.x]
rust-toolchain: [stable, beta, nightly]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
# run: npm install -g node-gyp@latest
- run: npm config set msvs_version 2019
- name: run cargo test
run: cargo test --release -vv
run: cargo test --release
env:
LIBCLANG_PATH: ${{ runner.temp }}/llvm/bin

0 comments on commit cedc542

Please sign in to comment.