Skip to content

Commit 18fee08

Browse files
committed
chore: update minimum version to 18.0.0
1 parent 11c15f3 commit 18fee08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
16-
node-version: [18.14.0, '*']
16+
node-version: [18.0.0, '*']
1717
exclude:
1818
- os: macOS-latest
19-
node-version: 18.14.0
19+
node-version: 18.0.0
2020
- os: windows-latest
21-
node-version: 18.14.0
21+
node-version: 18.0.0
2222
fail-fast: false
2323
steps:
2424
- name: Git checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292
"vitest": "^2.1.8"
9393
},
9494
"engines": {
95-
"node": ">=18.14.0"
95+
"node": ">=18.0.0"
9696
}
9797
}

0 commit comments

Comments
 (0)