From 8c73e18855579907e682d5ac8b4947bcb80d424c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 5 Sep 2025 15:37:44 +0000 Subject: [PATCH] ci: update GitHub template files --- .github/workflows/format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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