mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
bump to node 20
This commit is contained in:
parent
915da9a840
commit
e774d25d11
@ -28,7 +28,7 @@ jobs:
|
||||
git config --global user.email "${{ github.event.pusher.email }}"
|
||||
- uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- uses: pnpm/action-setup@v2.4.0
|
||||
name: Install pnpm
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
|
||||
- name: 'Setup Rust'
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user