diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index a98fa1f7..ecc2f943 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20.19.4 + node-version: 20.19.5 cache: "pnpm" - name: Install Dependencies