Skip to content

Commit

Permalink
dropping nodejs 8.x and adding nodejs 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
lhr0909 committed Jul 12, 2020
1 parent 6321771 commit 8528cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
Expand Down

0 comments on commit 8528cb2

Please sign in to comment.