✨ update node version
This commit is contained in:
10
.github/workflows/pake-cli.yaml
vendored
10
.github/workflows/pake-cli.yaml
vendored
@@ -68,16 +68,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install node
|
- name: install node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Rust for ubuntu-20.04
|
- name: Install Rust for ubuntu-20.04
|
||||||
if: inputs.platform == 'ubuntu-20.04'
|
if: inputs.platform == 'ubuntu-20.04'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: tw93/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust for windows-latest
|
- name: Install Rust for windows-latest
|
||||||
if: inputs.platform == 'windows-latest'
|
if: inputs.platform == 'windows-latest'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: tw93/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable-x86_64-msvc
|
toolchain: stable-x86_64-msvc
|
||||||
profile: minimal
|
profile: minimal
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Rust for macos-latest
|
- name: Install Rust for macos-latest
|
||||||
if: inputs.platform == 'macos-latest'
|
if: inputs.platform == 'macos-latest'
|
||||||
uses: actions-rs/toolchain@v1
|
uses: tw93/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|||||||
6
.github/workflows/pake_build.yaml
vendored
6
.github/workflows/pake_build.yaml
vendored
@@ -29,15 +29,15 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: install node
|
- name: install node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: tw93/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|||||||
Reference in New Issue
Block a user