Removed nodejs v16 as it is no longer supported

This commit is contained in:
Mitchell R 2023-12-14 21:32:06 +02:00 committed by GitHub
parent b3c42ba459
commit c9e0f37fb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
"0.121.0", "0.121.0",
"0.121.1" "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"] go-version: ["1", "1.19", "1.19.11", "1.20", "1.20.5", "1.20.6", "1.21.5"]
steps: steps: