We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d28fb commit 8f9dff3Copy full SHA for 8f9dff3
.github/workflows/tester.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
- node-version: ['12.x', '14.x', '16.x']
+ node-version: ['14.x', '16.x', '18.x']
12
fail-fast: false
13
steps:
14
- uses: actions/checkout@v3
package.json
@@ -38,7 +38,7 @@
38
"sinon": "^14.0.0"
39
},
40
"engines": {
41
- "node": ">=12.4.0"
+ "node": ">=14"
42
43
"dependencies": {
44
"picocolors": "^1.0.0"
0 commit comments