Skip to content

Commit 3ea10a6

Browse files
Update minimum required node.js version to v12
Signed-off-by: Peter Dave Hello <[email protected]>
1 parent c78bb69 commit 3ea10a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [10.x, 12.x]
13+
node-version: [12.x]
1414

1515
steps:
1616
- uses: actions/checkout@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v10.20.1
1+
v12.22.12

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"utf-8-validate": "~5.0.1"
213213
},
214214
"engines": {
215-
"node": ">=10.0.0 <13.0.0"
215+
"node": ">=12.0.0 <13.0.0"
216216
},
217217
"maintainers": [
218218
{

0 commit comments

Comments
 (0)