From 4beb8cf22edcb580c458103a09fbaeff4ec75376 Mon Sep 17 00:00:00 2001 From: dzimiks Date: Fri, 20 Sep 2024 11:49:19 +0200 Subject: [PATCH] chore: update node version --- .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 02d37df..db32d86 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: [16.x, 18.17] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: - run: yarn lint # - run: yarn test - name: Cache snap build - if: ${{ matrix.node-version == '18.x' }} + if: ${{ matrix.node-version == '18.17' }} uses: actions/cache@v3 with: path: ./packages/snap/dist