Skip to content

Commit

Permalink
chore: fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 2, 2023
1 parent d1b9acb commit c33e990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install pnpm
run: npm install -g pnpm
- name: install Rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
fetch-depth: 0

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm i

Expand Down

0 comments on commit c33e990

Please sign in to comment.