Skip to content

Commit 95ed52d

Browse files
author
Robert Jackson
committed
Drop Node < 14, 15, and 17 support.
1 parent 761d04b commit 95ed52d

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
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [10.x, 12.x, 14.x]
16+
node-version: [14.x, 16.x, 18.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"release-it-yarn-workspaces": "^2.0.1"
4343
},
4444
"engines": {
45-
"node": "10.* || 12.* || >= 14"
45+
"node": "14.* || 16.* || >= 18"
4646
},
4747
"publishConfig": {
4848
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)