Skip to content

Commit 3e2fd40

Browse files
authored
fix: correct Node.js version support for docs site (#3765)
1 parent 8495593 commit 3e2fd40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clean": "rimraf dist"
2626
},
2727
"engines": {
28-
"node": ">=v12.19.0"
28+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
2929
},
3030
"license": "MIT",
3131
"dependencies": {

src/functions-templates/javascript/google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"engines": {
10-
"node": ">=12.20.0"
10+
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
1111
},
1212
"keywords": [
1313
"netlify",

0 commit comments

Comments
 (0)