From 22213bb7af8f82c3b3fd8fafb52b1da8fe196bee Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Wed, 17 Jul 2024 23:42:40 +0300 Subject: [PATCH] ci: add Node.js v22 to test matrix --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 266b896..0d53113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: Fetch deps run: yarn @@ -31,7 +31,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - node-version: [ 16, 20 ] + node-version: [ 18, 22 ] runs-on: ${{ matrix.os }} steps: @@ -70,7 +70,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 - name: Fetch deps run: yarn @@ -82,12 +82,12 @@ jobs: run: yarn test - name: Codeclimate - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v8.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: coverageLocations: | - ${{github.workspace}}/coverage/*.lcov:lcov + ${{github.workspace}}/coverage/lcov.info:lcov - name: Semantic Release env: