Skip to content

Commit 032042b

Browse files
authored
fix: drop support for node 12
1 parent 74e4d54 commit 032042b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [12.x, 14.x, 16.x]
19+
node-version: [14.x, 16.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"eslint"
4545
]
4646
},
47+
"engines": {
48+
"node": ">=14"
49+
},
4750
"packageManager": "[email protected]"
4851
}

0 commit comments

Comments
 (0)