Skip to content

Commit

Permalink
👷 update CI configuration (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodino authored Jan 9, 2025
1 parent 77273d0 commit 677c6ed
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 312 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with: { run_install: true }

- name: Run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"apps/*"
],
"packageManager": "pnpm@7.13.4",
"packageManager": "pnpm@8.7.1",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand Down
Loading

0 comments on commit 677c6ed

Please sign in to comment.