Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
feat!: Drop support for Node 12 (#349)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node 12

Note: The code has not changed, but the cost of maintaining the tools is too high.
  • Loading branch information
Jason3S committed Jun 7, 2022
1 parent 3d54289 commit db331d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
strategy:
matrix:
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"rxjs": "^7.0.0"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"files": [
"dist",
Expand Down

0 comments on commit db331d6

Please sign in to comment.