Skip to content

Commit

Permalink
Breaking change: Make this project Node v10+
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Apr 4, 2020
1 parent 01ff0ee commit bf37dc3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ language: node_js
node_js:
- 12 # EOL: 2022-04-01
- 10 # EOL: 2021-04-01
- 8 # EOL: 2019-12-31

os:
- linux
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ environment:
matrix:
- nodejs_version: 12 # EOL: 2022-04-01
- nodejs_version: 10 # EOL: 2021-04-01
- nodejs_version: 8 # EOL: 2019-12-31

install:
- ps: Install-Product node $env:nodejs_version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"license": "MIT",
"engines": {
"node": ">=6"
"node": ">=10"
},
"bugs": {
"url": "https://github.com/astorije/chai-immutable/issues"
Expand Down

0 comments on commit bf37dc3

Please sign in to comment.