Skip to content

Commit

Permalink
chore pnpm v8 (#207)
Browse files Browse the repository at this point in the history
* chore pnpm v8

* chore: pnpm action version

* chore: v7 compatibility

* flipflag

* put back
  • Loading branch information
nlkluth authored Oct 24, 2023
1 parent 7542679 commit dbda7ac
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 106 deletions.
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
public-hoist-pattern[]=*@sanity/*
auto-install-peers=false
Loading

1 comment on commit dbda7ac

@vercel
Copy link

@vercel vercel bot commented on dbda7ac Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.