mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Set nodejs version
This commit is contained in:
parent
e4c5c7ec21
commit
800ad4e486
2
.github/workflows/tauri.yml
vendored
2
.github/workflows/tauri.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.3.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 17.9.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.3.0
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 17.9.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue