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 6c8348e commit 7b8c1fbCopy full SHA for 7b8c1fb
.github/workflows/test.yml
@@ -12,12 +12,12 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, macOS-latest, windows-latest]
15
- node-version: [16.20.2, '*']
+ node-version: [18.13.0, '*']
16
exclude:
17
- os: macOS-latest
18
- node-version: 16.20.2
+ node-version: 18.13.0
19
- os: windows-latest
20
21
fail-fast: false
22
23
steps:
package.json
@@ -49,7 +49,7 @@
49
}
50
},
51
"engines": {
52
- "node": ">=16.0.0"
+ "node": ">=18.13.0"
53
54
"devDependencies": {
55
"@netlify/eslint-config-node": "^7.0.1",
0 commit comments