Skip to content

Commit 0cb5c2e

Browse files
committed
feat: update node version engine in package.json
1 parent 81cf111 commit 0cb5c2e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/npm.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# npm Install Requirements
44

5-
- [npm Install Requirements](#npm-install-requirements)
6-
- [Ubuntu, Debian](#ubuntu-debian)
7-
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
8-
- [Alpine](#alpine)
9-
- [macOS](#macos)
10-
- [FreeBSD](#freebsd)
5+
- [Ubuntu, Debian](#ubuntu-debian)
6+
- [Fedora, CentOS, RHEL](#fedora-centos-rhel)
7+
- [Alpine](#alpine)
8+
- [macOS](#macos)
9+
- [FreeBSD](#freebsd)
1110

1211
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"browser-ide"
114114
],
115115
"engines": {
116-
"node": ">= 12"
116+
"node": ">= 12 <= 14"
117117
},
118118
"jest": {
119119
"transform": {

0 commit comments

Comments
 (0)