Use node lts-hydrogen in actions
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user