Skip to content

Commit a289ec7

Browse files
committed
BREAKING CHANGE: End support for Node 12
38f5a7b broke the support. Node 12 is old enough, so it shouldn't be *that* breaking.
1 parent cfbb4e3 commit a289ec7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [12, 14, 16, 17]
10+
node-version: [14, 16, 18]
1111

1212
steps:
1313
- uses: actions/checkout@v1

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"Kagami Sascha Rosylight <[email protected]>",
99
"Timothy Gu <[email protected]>"
1010
],
11+
"engines": {
12+
"node": ">= 14"
13+
},
1114
"license": "W3C",
1215
"devDependencies": {
1316
"eslint": "^8.24.0",

0 commit comments

Comments
 (0)