Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clement2026 committed Sep 4, 2024
1 parent 1a364b7 commit 5f0bbf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache-dependency-path: go/go.sum
cache-dependency-path: |
go/go.sum
- uses: pnpm/action-setup@v4
name: Install pnpm
Expand Down

0 comments on commit 5f0bbf7

Please sign in to comment.