docker: disable node 20 buikds

This commit is contained in:
Koushik Dutta
2024-01-03 11:13:43 -08:00
parent fe4733bb97
commit 3ba02c44ab

View File

@@ -10,7 +10,10 @@ jobs:
# runs-on: ubuntu-latest
strategy:
matrix:
NODE_VERSION: ["18", "20"]
NODE_VERSION: [
"18",
# "20"
]
BASE: ["jammy"]
FLAVOR: ["full", "lite", "thin"]
steps: