Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fix tarasglek#669, tarasglek#670

* Update pnpm version in CI/CD
  • Loading branch information
humphd authored Sep 2, 2024
1 parent cb4e9f1 commit 2e64240
Show file tree
Hide file tree
Showing 10 changed files with 7,641 additions and 6,222 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
Expand Down
Loading

0 comments on commit 2e64240

Please sign in to comment.