chore(ci): run node22.4.x to avoid eslint not found issues
This commit is contained in:
parent
bdae870e89
commit
1b864d8a68
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-gated.yml
vendored
1
.github/workflows/pr-gated.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue