Skip to content

Commit

Permalink
Use the latest version of pnpm
Browse files Browse the repository at this point in the history
Change step names
  • Loading branch information
hatchan committed Sep 17, 2024
1 parent c924f6b commit dd61162
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,17 @@ jobs:
fetch-depth: 0
submodules: recursive

- name: setup node
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: lts/*

- uses: pnpm/action-setup@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest

- name: Install Rust
- name: Setup Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: clippy
Expand Down

0 comments on commit dd61162

Please sign in to comment.