update node version to include the full semantic version
This commit is contained in:
parent
7ca8709a6c
commit
373cd09999
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -20,7 +20,13 @@ jobs:
|
|||
"0.126.3",
|
||||
"0.128.2"
|
||||
]
|
||||
node-version: ["20", "21", "22"]
|
||||
|
||||
node-version:
|
||||
[
|
||||
"20.0.0",
|
||||
"21.0.0",
|
||||
"22.0.0"
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue