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 11c15f3 commit 18fee08Copy full SHA for 18fee08
.github/workflows/workflow.yml
@@ -13,12 +13,12 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
- node-version: [18.14.0, '*']
+ node-version: [18.0.0, '*']
17
exclude:
18
- os: macOS-latest
19
- node-version: 18.14.0
+ node-version: 18.0.0
20
- os: windows-latest
21
22
fail-fast: false
23
steps:
24
- name: Git checkout
package.json
@@ -92,6 +92,6 @@
92
"vitest": "^2.1.8"
93
},
94
"engines": {
95
- "node": ">=18.14.0"
+ "node": ">=18.0.0"
96
}
97
0 commit comments