Skip to content

Commit

Permalink
fix: rerun ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKushnir1 authored and AlexKushnir1 committed Jan 24, 2025
1 parent 19d98ac commit 7d3d7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node-version: [20]
node-version: [21]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3

- 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:
Expand Down

0 comments on commit 7d3d7f3

Please sign in to comment.