Removed nodejs v16 as it is no longer supported
This commit is contained in:
parent
b3c42ba459
commit
c9e0f37fb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
"0.121.0",
|
||||
"0.121.1"
|
||||
]
|
||||
node-version: ["16", "18", "20"]
|
||||
node-version: ["18", "20", "21"]
|
||||
go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6", "1.21.5"]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue