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