Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore pnpm v8 #207

Merged
merged 5 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: "Get pnpm store directory"
id: pnpm-cache
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: "Get pnpm store directory"
id: pnpm-cache
Expand Down Expand Up @@ -98,4 +98,3 @@ jobs:
- name: "Storybook: Run Tests"
working-directory: packages/nextjs
run: pnpm run test:storybook:start

3 changes: 1 addition & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Get pnpm store directory
id: pnpm-cache
Expand Down Expand Up @@ -54,6 +54,5 @@ jobs:

- name: Cypress Run (Production Backend)
run: pnpm run test:e2e-real:start

# - name: Cypress Run (Mock Backend)
# run: pnpm run test:e2e-mock:start
108 changes: 57 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading