Skip to content

Commit

Permalink
[ci] Do not test on node 10
Browse files Browse the repository at this point in the history
Node.js 10 is no longer supported.
  • Loading branch information
lpinca committed May 24, 2021
1 parent e3e7742 commit 4d8745d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
os:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ environment:
matrix:
- nodejs_version: "14"
- nodejs_version: "12"
- nodejs_version: "10"
platform:
- x86
matrix:
Expand Down

0 comments on commit 4d8745d

Please sign in to comment.