From f74b1645ade72b9e4f0702d8cf8fa7e58c29bce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: 2025年6月28日 19:29:12 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.3 --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 02418515e..686a21f6f 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '20.19.2' + node-version: '20.19.3' cache: 'yarn' - run: yarn install --frozen-lockfile - run: yarn run test