Skip to content

Commit 83731cd

Browse files
authoredSep 15, 2022
chore: require node14+ (#404)
* chore: require node14+ * chore(ci): drop nodejs12 & add nodejs18
1 parent ea4f312 commit 83731cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/tester.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
node-version: ['12.x', '14.x', '16.x']
11+
node-version: ['14.x', '16.x', '18.x']
1212
fail-fast: false
1313
steps:
1414
- uses: actions/checkout@v3

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"sinon": "^14.0.0"
6262
},
6363
"engines": {
64-
"node": ">=12.13.0"
64+
"node": ">=14"
6565
}
6666
}

0 commit comments

Comments
 (0)
Please sign in to comment.