From 8b9fe5c32ccc77eaa9213736cfb7e4a860069923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 05:40:03 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.4 --- .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 1aff33a..a187f1d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '20.11.1' + node-version: '20.19.4' - run: npm ci - run: npx semantic-release env: