mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 13:37:09 +00:00
bump npm version
This commit is contained in:
parent
f3b8bebfc4
commit
4896a4f6e3
@ -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
|
||||
|
||||
3
.github/workflows/publish-cli-js.yml
vendored
3
.github/workflows/publish-cli-js.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user