bump npm version

This commit is contained in:
Lucas Nogueira 2026-02-02 11:00:00 -03:00
parent f3b8bebfc4
commit 4896a4f6e3
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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