Skip to content

Commit 0b87ec2

Browse files
Drop support for Node 14
Node 14 reached end-of-life on April 30, 2023.
1 parent 7667db0 commit 0b87ec2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node-version: [14.x]
21+
node-version: [16.x]
2222
require-successful-testpack: [true]
2323
include:
24-
- node-version: 16.x
24+
- node-version: 18.x
2525
require-successful-testpack: false
2626
- node-version: lts/*
2727
require-successful-testpack: false

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": ">=14"
21+
"node": ">=16"
2222
},
2323
"scripts": {
2424
"build": "tsc -b --clean && tsc -b",

0 commit comments

Comments
 (0)