diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c7f9db42..895838179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* - run: npx --yes @biomejs/biome format