From 4dac28910f6390fdc9ea3a82cf1e60993ff74d57 Mon Sep 17 00:00:00 2001 From: Dmitriy Stepanenko <33101123+dmitry-stepanenko@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:09:34 +0200 Subject: [PATCH] chore(repo): bump node version in the release script (#225) --- .github/workflows/release.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cc586cd..423d2dd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,10 +26,6 @@ jobs: test: runs-on: ubuntu-latest - strategy: - matrix: - node_version: [16] - steps: - uses: actions/checkout@v3 with: @@ -37,7 +33,7 @@ jobs: - name: Setup uses: ./.github/actions/setup with: - node_version: ${{ matrix.node_version }} + node_version: 18 - name: Test uses: ./.github/actions/test