Skip to content

Commit 503be6f

Browse files
authored
chore: remove node 12 support (#342)
1 parent c00bcf9 commit 503be6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ package = "."
1616
command = "echo onBuild"
1717

1818
[build.environment]
19-
NODE_VERSION = "12.20.0"
19+
NODE_VERSION = "14.14.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"yargs": "^17.0.0"
6666
},
6767
"engines": {
68-
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
68+
"node": "^14.14.0 || >=16.0.0"
6969
},
7070
"ava": {
7171
"verbose": true,

0 commit comments

Comments
 (0)