From 7d3d7f3af523645886e92868028f35547354331c Mon Sep 17 00:00:00 2001 From: AlexKushnir1 Date: Fri, 24 Jan 2025 18:17:00 +0200 Subject: [PATCH] fix: rerun ci --- .github/workflows/tests-sandbox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-sandbox.yml b/.github/workflows/tests-sandbox.yml index b01e1a47..ea8858a7 100644 --- a/.github/workflows/tests-sandbox.yml +++ b/.github/workflows/tests-sandbox.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest, macos-latest] - node-version: [20] + node-version: [21] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3 @@ -17,7 +17,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4.0.0 with: - version: 9.15.0 + version: 9.15.4 - uses: actions/setup-node@v3 with: