From 4896a4f6e355b689495bdbc2964f31ee9ef6f32e Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 2 Feb 2026 11:00:00 -0300 Subject: [PATCH] bump npm version --- .github/workflows/covector-version-or-publish.yml | 2 +- .github/workflows/publish-cli-js.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 19b80b995..fd6f7f505 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -76,7 +76,7 @@ jobs: - run: npm i -g --force corepack - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 registry-url: 'https://registry.npmjs.org' - name: cargo login diff --git a/.github/workflows/publish-cli-js.yml b/.github/workflows/publish-cli-js.yml index ed4e7e4d8..7ccd24c59 100644 --- a/.github/workflows/publish-cli-js.yml +++ b/.github/workflows/publish-cli-js.yml @@ -375,7 +375,8 @@ jobs: - name: Setup node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 + registry-url: 'https://registry.npmjs.org' cache: 'pnpm' - name: Install dependencies run: pnpm i --frozen-lockfile --ignore-scripts