Skip to content

Commit 8f9dff3

Browse files
authored
chore: require node.js 14+ (#115)
1 parent b2d28fb commit 8f9dff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tester.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"sinon": "^14.0.0"
3939
},
4040
"engines": {
41-
"node": ">=12.4.0"
41+
"node": ">=14"
4242
},
4343
"dependencies": {
4444
"picocolors": "^1.0.0"

0 commit comments

Comments
 (0)