mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 02:15:14 +00:00
Use node lts-hydrogen in actions
This commit is contained in:
parent
9b167588ac
commit
c1c5858026
8
.github/workflows/tauri.yml
vendored
8
.github/workflows/tauri.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: 17.9.0
|
||||
node-version: 18.12.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
@ -76,7 +76,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: 17.9.0
|
||||
node-version: 18.12.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
- name: Setup node
|
||||
uses: actions/setup-node@v3.5.1
|
||||
with:
|
||||
node-version: 17.9.0
|
||||
node-version: 18.12.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
@ -183,7 +183,7 @@ jobs:
|
|||
# - name: Setup node
|
||||
# uses: actions/setup-node@v3.4.1
|
||||
# with:
|
||||
# node-version: 17.9.0
|
||||
# node-version: 18.12.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.5.1
|
||||
with:
|
||||
node-version: 17.9.0
|
||||
node-version: 18.12.0
|
||||
- name: Install Rust stable
|
||||
uses: actions-rs/toolchain@v1.0.7
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue