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,12 +2,11 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# npm Install Requirements
- [npm Install Requirements](#npm-install-requirements)
- [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [Alpine](#alpine)
- [macOS](#macos)
- [FreeBSD](#freebsd)
- [Ubuntu, Debian](#ubuntu-debian)
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
- [Alpine](#alpine)
- [macOS](#macos)
- [FreeBSD](#freebsd)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

View File

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