From 32478e8f74bb683c6577f0c4d7918927ed653481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:05:20 +0000 Subject: [PATCH] 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 da51578..6769121 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: "20" + node-version: "22" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run build --if-present