update node to latest for each significant version
This commit is contained in:
parent
f9492cbfc8
commit
393b19b52d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -23,9 +23,9 @@ jobs:
|
||||||
|
|
||||||
node-version:
|
node-version:
|
||||||
[
|
[
|
||||||
"20.0.0",
|
"20.9.0",
|
||||||
"21.0.0",
|
"21.7.3",
|
||||||
"22.0.0"
|
"22.4.1"
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue