Skip to content

Commit

Permalink
chore: update minimum version to 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Dec 18, 2024
1 parent 11c15f3 commit 18fee08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: [18.14.0, '*']
node-version: [18.0.0, '*']
exclude:
- os: macOS-latest
node-version: 18.14.0
node-version: 18.0.0
- os: windows-latest
node-version: 18.14.0
node-version: 18.0.0
fail-fast: false
steps:
- name: Git checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.14.0"
"node": ">=18.0.0"
}
}

0 comments on commit 18fee08

Please sign in to comment.