Skip to content

Commit

Permalink
✨ update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 16, 2023
1 parent 9ed13b0 commit 8de0ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pake-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install Rust for ubuntu-20.04
if: inputs.platform == 'ubuntu-20.04'
uses: actions-rs/toolchain@v1
uses: tw93/toolchain@v1
with:
toolchain: stable
profile: minimal
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Install Rust for windows-latest
if: inputs.platform == 'windows-latest'
uses: actions-rs/toolchain@v1
uses: tw93/toolchain@v1
with:
toolchain: stable-x86_64-msvc
profile: minimal
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Install Rust for macos-latest
if: inputs.platform == 'macos-latest'
uses: actions-rs/toolchain@v1
uses: tw93/toolchain@v1
with:
toolchain: stable
profile: minimal
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pake_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: install node
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 18

- name: Install Rust
uses: actions-rs/toolchain@v1
uses: tw93/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
profile: minimal
Expand Down

0 comments on commit 8de0ddb

Please sign in to comment.