Skip to content

Commit

Permalink
feat(ci): fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkenstein committed Feb 12, 2024
1 parent 8d081a4 commit 72479a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 6.32.9

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/test-actions.yml

This file was deleted.

0 comments on commit 72479a7

Please sign in to comment.