Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 294b568

Browse files
committed
chore(deps): Revert add support for node 10.x
1 parent dcb50fe commit 294b568

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

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)