diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a4c3ad5..57588a0 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,21 +13,17 @@ jobs: node-version: '18.12.0' # LTS CODE_TEST: 'test-legacy' - - runs-on: ubuntu-latest - node-version: '18.18.2' # LTS - CODE_TEST: 'test-legacy' - - runs-on: ubuntu-latest node-version: '20.9.0' # LTS CODE_TEST: 'test-legacy' - runs-on: ubuntu-latest - node-version: '20.11.1' # LTS (current) + node-version: '20.12.2' # LTS (current) CODE_TEST: 'test-legacy' CODE_CHECK: 1 - runs-on: ubuntu-latest - node-version: '21.6.2' # Latest + node-version: '21.7.3' # Latest CODE_TEST: 'test' runs-on: ${{ matrix.config.runs-on }} @@ -74,7 +70,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version: '20.11.1' + node-version: '20.12.2' registry-url: https://registry.npmjs.org/ - name: Dependencies diff --git a/.nvmrc b/.nvmrc index 2dbbe00..8783404 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.11.1 +20.12.2