Skip to content

Commit

Permalink
ci: fix pnpm install working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 committed Apr 14, 2024
1 parent 4fd4e75 commit 107681b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: "📦 Install"
shell: bash
working-directory: ./src/Service.Encoder
working-directory: ./app
run: |
pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: "📦 Install"
shell: bash
working-directory: ./src/Service.Encoder
working-directory: ./app
run: |
pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@giantnodes/react": "0.0.0",
"@giantnodes/react": "latest",
"@hookform/resolvers": "^3.3.4",
"@tabler/icons-react": "^3.2.0",
"clsx": "^2.1.0",
Expand Down

0 comments on commit 107681b

Please sign in to comment.