feat: update node version engine in package.json

This commit is contained in:
Joe Previte 2021-03-09 14:47:23 -07:00
parent 81cf111794
commit 0cb5c2e937
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
2 changed files with 6 additions and 7 deletions

View File

@ -2,7 +2,6 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# npm Install Requirements # npm Install Requirements
- [npm Install Requirements](#npm-install-requirements)
- [Ubuntu, Debian](#ubuntu-debian) - [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel) - [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [Alpine](#alpine) - [Alpine](#alpine)

View File

@ -113,7 +113,7 @@
"browser-ide" "browser-ide"
], ],
"engines": { "engines": {
"node": ">= 12" "node": ">= 12 <= 14"
}, },
"jest": { "jest": {
"transform": { "transform": {