mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-14 18:35:13 +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
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.5.1
|
uses: actions/setup-node@v3.5.1
|
||||||
with:
|
with:
|
||||||
node-version: 17.9.0
|
node-version: 18.12.0
|
||||||
- name: Install Rust stable
|
- name: Install Rust stable
|
||||||
uses: actions-rs/toolchain@v1.0.7
|
uses: actions-rs/toolchain@v1.0.7
|
||||||
with:
|
with:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.5.1
|
uses: actions/setup-node@v3.5.1
|
||||||
with:
|
with:
|
||||||
node-version: 17.9.0
|
node-version: 18.12.0
|
||||||
- name: Install Rust stable
|
- name: Install Rust stable
|
||||||
uses: actions-rs/toolchain@v1.0.7
|
uses: actions-rs/toolchain@v1.0.7
|
||||||
with:
|
with:
|
||||||
|
@ -133,7 +133,7 @@ jobs:
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.5.1
|
uses: actions/setup-node@v3.5.1
|
||||||
with:
|
with:
|
||||||
node-version: 17.9.0
|
node-version: 18.12.0
|
||||||
- name: Install Rust stable
|
- name: Install Rust stable
|
||||||
uses: actions-rs/toolchain@v1.0.7
|
uses: actions-rs/toolchain@v1.0.7
|
||||||
with:
|
with:
|
||||||
|
@ -183,7 +183,7 @@ jobs:
|
||||||
# - name: Setup node
|
# - name: Setup node
|
||||||
# uses: actions/setup-node@v3.4.1
|
# uses: actions/setup-node@v3.4.1
|
||||||
# with:
|
# with:
|
||||||
# node-version: 17.9.0
|
# node-version: 18.12.0
|
||||||
# - name: Install Rust stable
|
# - name: Install Rust stable
|
||||||
# uses: actions-rs/toolchain@v1.0.7
|
# uses: actions-rs/toolchain@v1.0.7
|
||||||
# with:
|
# with:
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.5.1
|
uses: actions/setup-node@v3.5.1
|
||||||
with:
|
with:
|
||||||
node-version: 17.9.0
|
node-version: 18.12.0
|
||||||
- name: Install Rust stable
|
- name: Install Rust stable
|
||||||
uses: actions-rs/toolchain@v1.0.7
|
uses: actions-rs/toolchain@v1.0.7
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue