Skip to content

Commit

Permalink
Remove Node.js 10 and update build SOs
Browse files Browse the repository at this point in the history
Node.js 10 is out of support now
  • Loading branch information
giggio committed May 20, 2021
1 parent 22f638e commit 436fbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dist: bionic
language: node_js
node_js:
- "10"
- "12"
- "14"
- "15"
Expand Down
10 changes: 2 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ trigger:
jobs:
- job: Linux
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-20.04"
strategy:
matrix:
node_10:
nodeversion: "10.x"
node_12:
nodeversion: "12.x"
node_14:
Expand All @@ -29,11 +27,9 @@ jobs:

- job: macOS
pool:
vmImage: "macOS-10.14"
vmImage: "macOS-10.15"
strategy:
matrix:
node_10:
nodeversion: "10.x"
node_12:
nodeversion: "12.x"
node_14:
Expand All @@ -56,8 +52,6 @@ jobs:
vmImage: "windows-2019"
strategy:
matrix:
node_10:
nodeversion: "10.x"
node_12:
nodeversion: "12.x"
node_14:
Expand Down

0 comments on commit 436fbe6

Please sign in to comment.