Skip to content

Commit

Permalink
Merge pull request #558 from MichaelDeBoey/patch-1
Browse files Browse the repository at this point in the history
feat: drop Node 10 support
  • Loading branch information
motdotla authored Dec 26, 2021
2 parents 27dfd3f + 22d3e0c commit 50f7aa9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ os:
- windows

node_js:
- "10"
- "12"
- "14"
- 12
- 14
- 16

cache: npm

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [Unreleased](https://github.com/motdotla/dotenv/compare/v10.0.0...master)

### Changed

- _Breaking:_ drop support for Node v10 ([#558](https://github.com/motdotla/dotenv/pull/558))

## [10.0.0](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0) (2021-05-20)

### Added
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"
- nodejs_version: 12
- nodejs_version: 14
- nodejs_version: 16

# Install scripts. (runs after repo cloning)
install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {},
"engines": {
"node": ">=10"
"node": ">=12"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 50f7aa9

Please sign in to comment.