Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0cb5c2e

Browse files
committedMar 10, 2021
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

Lines changed: 5 additions & 6 deletions
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.