Skip to content

Commit 5ee1cb0

Browse files
committed
Require node version 14
1 parent 271f0f6 commit 5ee1cb0

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
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
11+
node-version: [14.x, 16.x, 18.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"sinon-chai": "3.5.0"
8181
},
8282
"engines": {
83-
"node": ">=12.x.x"
83+
"node": ">=14.x.x"
8484
},
8585
"eslintConfig": {
8686
"ecmaVersion": 6,

0 commit comments

Comments
 (0)