Skip to content

Commit

Permalink
ci: drop node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 24, 2024
1 parent 82e1fdd commit daa88aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [16, 18]
node: [18, 20]
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,7 +107,7 @@
"vitest": "^1.1.0"
},
"engines": {
"node": ">=16.14.0"
"node": ">=18.12.0"
},
"prettier": "@sxzz/prettier-config"
}

0 comments on commit daa88aa

Please sign in to comment.