Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit ce59a66

Browse files
committed
chore(deps): Revert add support for node 10.x
1 parent a014aa3 commit ce59a66

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
### Added
1313
### Changed
1414
- chore(ci): Migrate from Travis CI to github actions
15-
- chore(deps): Support all Node.js releases that have not passed their end date
1615
- test(e2e): Rename acceptance tests into e2e tests
1716
### Fixed
1817
### Removed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
}
6767
},
6868
"engines": {
69-
"node": "10.x || 12.x || 14.x || 15.x"
69+
"node": "12.x || 14.x || 15.x"
7070
}
7171
}

0 commit comments

Comments
 (0)