From 45b4d7ab637c742c7c94a6c433781b6c7b99b05a Mon Sep 17 00:00:00 2001 From: JrMasterModelBuilder Date: Thu, 22 Feb 2024 01:44:45 -0500 Subject: [PATCH] CI update --- .github/workflows/main.yaml | 20 ++++++++++++-------- .nvmrc | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0b8fe40..91da337 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,16 +18,20 @@ jobs: CODE_TEST: 'test-legacy' - runs-on: ubuntu-latest - node-version: '20.9.0' # LTS (current) + node-version: '20.9.0' # LTS + CODE_TEST: 'test-legacy' + + - runs-on: ubuntu-latest + node-version: '20.11.1' # LTS (current) CODE_TEST: 'test-legacy' CODE_CHECK: 1 - runs-on: macos-latest - node-version: '20.9.0' # LTS (current) + node-version: '20.11.1' # LTS (current) CODE_TEST: 'test-legacy' - runs-on: windows-latest - node-version: '20.9.0' # LTS (current) + node-version: '20.11.1' # LTS (current) CODE_TEST: 'test-legacy' - runs-on: ubuntu-latest @@ -38,10 +42,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.config.node-version }} @@ -73,12 +77,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '20.9.0' + node-version: '20.11.1' registry-url: https://registry.npmjs.org/ - name: Dependencies diff --git a/.nvmrc b/.nvmrc index f3f52b4..2dbbe00 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 +20.11.1