Skip to content

Commit 150181d

Browse files
ddzzbmish
andauthored
Drop support for Node 12 and Node 17 (#495)
Co-authored-by: Bryan Mishkin <698306+bmish@users.noreply.github.com>
1 parent e0d7c59 commit 150181d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ ubuntu, windows ]
23-
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x, 20.x]
23+
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
2424

2525
steps:
2626
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"typescript": "^4.0.2"
8181
},
8282
"engines": {
83-
"node": "^12.20.0 || ^14.14.0 || >=16.0.0"
83+
"node": "^14.18.0 || ^16.0.0 || >=18.0.0"
8484
},
8585
"publishConfig": {
8686
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)