Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Jul 12, 2024
1 parent f9bbc64 commit 387268b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:

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

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,16 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node.js setup
uses: actions/setup-node@v3
with:
node-version: 16
uses: actions/setup-node@v4

- name: Install Rust (Stable)
run: curl https://sh.rustup.rs -sSf | sh -s -- -y

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
name: Install pnpm
id: pnpm-install
with:
version: 9

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit 387268b

Please sign in to comment.