From 7b68c7e4e32a2004cb0b3e5e19a33adfb4b3cfde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 02:30:17 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43c5173..d2a64fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js v20 uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn registry-url: https://registry.yarnpkg.com/ - name: Setup Gradle