From f9327272fd09223722384d84106475497715616a Mon Sep 17 00:00:00 2001 From: JrMasterModelBuilder Date: Sat, 24 Feb 2024 11:48:01 -0500 Subject: [PATCH] CI update --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 91da337..21c1b0a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,7 +35,7 @@ jobs: CODE_TEST: 'test-legacy' - runs-on: ubuntu-latest - node-version: '21.1.0' # Latest + node-version: '21.6.2' # Latest CODE_TEST: 'test' runs-on: ${{ matrix.config.runs-on }}