From ebe490ac67c97daf05ce19bd519be66f9f8f8986 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:58:08 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .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 ddbf533..3e21228 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: # Setup .npmrc file to publish to npm - uses: actions/setup-node@v2.5.2 with: - node-version: '14' + node-version: '24' check-latest: true registry-url: 'https://registry.npmjs.org' - run: npm ci --quiet