Skip to content

Commit f1a10e4

Browse files
authored
Drop support for node v12 (#735)
* drop support for node v12 * Update nodejs.yml
1 parent 4dba2cf commit f1a10e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

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

1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x, 16.x, 18.x]
17+
node-version: [14.x, 16.x, 18.x, 20.x]
1818

1919
steps:
2020
- uses: actions/[email protected]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lib"
2222
],
2323
"engines": {
24-
"node": ">= 12.0.0"
24+
"node": ">= 14"
2525
},
2626
"scripts": {
2727
"test": "mocha --reporter dot",

0 commit comments

Comments
 (0)