From 8366f02fc0cc4dab2e53210e7f458ab33bdf2e33 Mon Sep 17 00:00:00 2001 From: "seqeralabs-renovate[bot]" <269134929+seqeralabs-renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 05:53:27 +0000 Subject: [PATCH] chore: update dependency node to v24 --- .github/workflows/publish-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index c5049f5..9b48d4e 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -13,7 +13,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 with: - node-version: "20.x" + node-version: "24.x" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm publish --provenance --access public