Skip to content

Commit 22cf77e

Browse files
Merge pull request #1308 from olof-nord/node-v14
Update project to Node.js 14.x
2 parents 9423977 + bcd6abf commit 22cf77e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x, 18.x]
19+
node-version: [14.x, 16.x, 18.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.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)