From 4fbb794a01ffb8e634511460068853ebdb6a4323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:20:43 +0000 Subject: [PATCH] chore(deps): update dependency node to v20.19.6 --- .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 edaf96f..8ab413c 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.19.5' + node-version: '20.19.6' - run: npm ci - run: npx semantic-release env: