diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 901b636..ee1a881 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -34,17 +34,17 @@ jobs: node-version: '20.9.0' # LTS - runs-on: ubuntu-latest - node-version: '20.12.2' # LTS (current) + node-version: '20.16.0' # LTS (current) CODE_CHECK: 1 - runs-on: ubuntu-latest - node-version: '21.7.3' + node-version: '22.5.1' - runs-on: windows-latest - node-version: '21.7.3' + node-version: '22.5.1' - runs-on: macos-latest - node-version: '21.7.3' + node-version: '22.5.1' runs-on: ${{ matrix.config.runs-on }} @@ -55,7 +55,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '20.16.0' - name: Node Version run: node --version @@ -108,7 +108,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version: '20.12.2' + node-version: '20.16.0' registry-url: https://registry.npmjs.org/ - name: Dependencies diff --git a/.nvmrc b/.nvmrc index 8783404..8ce7030 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.12.2 +20.16.0