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

Commit b3d6d2c

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

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
@@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
### Changed
1010
- chore(ci): Migrate from Travis CI to github actions
11-
- chore(deps): Support all Node.js releases that have not passed their end date
1211
### Fixed
1312
### Removed
1413

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
}
5757
},
5858
"engines": {
59-
"node": "10.x || 12.x || 14.x || 15.x"
59+
"node": "12.x || 14.x || 15.x"
6060
}
6161
}

0 commit comments

Comments
 (0)