diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63bfa3b..ceb8614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: bundler-cache: true - name: Use node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: yarn - name: Run tests