Skip to content

Commit 6e9cfc8

Browse files
committed
Update project to Node.js 14.x
Version 12 is no longer supported, 14 is in maintenance with a scheduled end of life 2023-04-30.
1 parent cf21bbf commit 6e9cfc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"engines": {
32-
"node": ">=12"
32+
"node": ">=14"
3333
},
3434
"repository": {
3535
"type": "git",
@@ -135,4 +135,4 @@
135135
"universalify": "^2.0.0",
136136
"yargs": "17.3.0"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)