Skip to content

Commit a3fa80b

Browse files
committed
lower engine restriction to node >=10.x
1 parent d4ba685 commit a3fa80b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: buildspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
nodejs: 12
6+
nodejs: 10
77
commands:
88
- cd website/editor
99
- yarn

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"last 2 Firefox versions",
3939
"last 2 Safari versions"
4040
],
41-
"engines": { "node": "12.x" },
41+
"engines": {
42+
"node": ">=10.x"
43+
},
4244
"license": "MIT"
4345
}

0 commit comments

Comments
 (0)