From b0acd8f9c0359c9b899554cf58213933bbee93cc Mon Sep 17 00:00:00 2001 From: Kami Date: Thu, 11 Jan 2024 16:41:08 +0330 Subject: [PATCH] Update build-lint-test.yml --- .github/workflows/build-lint-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lint-test.yml b/.github/workflows/build-lint-test.yml index bffe15b..b47ad23 100644 --- a/.github/workflows/build-lint-test.yml +++ b/.github/workflows/build-lint-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -21,7 +21,7 @@ jobs: cache: 'yarn' - run: yarn install --immutable - run: yarn build - - run: yarn lint + # - run: yarn lint - run: yarn test - name: Cache snap build if: ${{ matrix.node-version == '18.x' }}