chore(ci): run node22.4.x to avoid eslint not found issues

This commit is contained in:
guanghechen 2024-07-19 16:09:15 +08:00
parent bdae870e89
commit 1b864d8a68

View file

@ -16,6 +16,7 @@ jobs:
matrix: matrix:
node_version: node_version:
- 20.x - 20.x
- 22.4.x
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: