Skip to content

Commit 82f3b57

Browse files
Drop Node 12 support
Node 12 reached end-of-life on 2022-04-30.
1 parent 7093225 commit 82f3b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [12.x]
21+
node-version: [14.x]
2222
require-successful-testpack: [true]
2323
include:
2424
- node-version: 16.x

packages/strings-to-regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"sideEffects": false,
2020
"engines": {
21-
"node": ">=12"
21+
"node": ">=14"
2222
},
2323
"scripts": {
2424
"build": "tsc -b --clean && tsc -b",

0 commit comments

Comments
 (0)