Use node lts-hydrogen in actions

This commit is contained in:
Krishan 2022-11-01 20:08:55 +05:30
parent 9b167588ac
commit c1c5858026
2 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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: