From 7d39d4c79637e9811a6996f89d25906933f5fb8e Mon Sep 17 00:00:00 2001 From: Jefferson Date: Mon, 26 Feb 2024 18:38:59 -0500 Subject: [PATCH] chore: Add Nsolir runtime to CI tests Signed-off-by: Jefferson --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d04576f96ae..2335e69adf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,8 +135,8 @@ jobs: exclude: # excludes node 14 on Windows - runtime: node - os: windows-latest - node-version: 14 + node-version: '14' + os: 'windows-latest' steps: - uses: actions/checkout@v4