From ad074dd6ee24ee0fb3503704e09546a49a3804cf Mon Sep 17 00:00:00 2001 From: Jefferson Date: Thu, 29 Feb 2024 10:20:23 -0500 Subject: [PATCH] ci: Add Nsolid CI and Integration tests as separate pipelines Signed-off-by: Jefferson --- .github/workflows/ci-alternative-runtimes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-alternative-runtimes.yml b/.github/workflows/ci-alternative-runtimes.yml index 12624037200..31fa4efe051 100644 --- a/.github/workflows/ci-alternative-runtimes.yml +++ b/.github/workflows/ci-alternative-runtimes.yml @@ -31,9 +31,9 @@ jobs: include: - runtime: nsolid nsolid-version: 5 + - runtime: nsolid node-version: 18 - runtime: nsolid - nsolid-version: 5 node-version: 20 steps: