Skip to content

Commit

Permalink
feat: use LTS versions for engine.nodes
Browse files Browse the repository at this point in the history
- 16.0.0 to 16.12.0 are no longer officially supported
- 14.13.1 to 14.14.0 are no longer officially supported
- 12.13.0 to 12.19.1 are now officially supported
  • Loading branch information
Mouvedia committed Feb 3, 2023
1 parent 5b0b3e8 commit 870d4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -192,6 +192,6 @@
"typescript": "^4.9.3"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^12.13.0 || ^14.15.0 || >=16.13.0"
}
}

0 comments on commit 870d4d3

Please sign in to comment.