From 392d5ec36af056ae33f1bf610c69e033b85f0309 Mon Sep 17 00:00:00 2001 From: Michael Bodnarchuk Date: Tue, 14 Apr 2026 11:47:25 +0000 Subject: [PATCH] Update auto-publish-on-release.yml --- .github/workflows/auto-publish-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish-on-release.yml b/.github/workflows/auto-publish-on-release.yml index fc0f1bd9..1a0fb890 100644 --- a/.github/workflows/auto-publish-on-release.yml +++ b/.github/workflows/auto-publish-on-release.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.release.target_commitish }} - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@latest - run: npm ci