Skip to content

Commit

Permalink
Merge pull request #1550 from simplabs/renovate/pnpm-7.x
Browse files Browse the repository at this point in the history
Update dependency pnpm to v7
  • Loading branch information
Turbo87 committed Jun 2, 2022
2 parents 67b088a + 0aa4a55 commit b8ee1dc
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 95 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ on:
- cron: '0 3 * * *' # daily, at 3am

env:
PNPM_VERSION: 6.32.19
PNPM_VERSION: 7.1.2

jobs:
docs:
Expand All @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}

Expand All @@ -56,7 +56,7 @@ jobs:
- run: pnpm install
- run: pnpm lint
- run: pnpm build
- run: pnpm test:coverage -- --runInBand
- run: pnpm test:coverage --runInBand
- run: pnpm test:ember

compatibility:
Expand All @@ -73,7 +73,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PNPM_VERSION: 6.32.19
PNPM_VERSION: 7.1.2

jobs:
release:
Expand All @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.1
with:
version: ${{ env.PNPM_VERSION }}

Expand Down
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
strict-peer-dependencies=false

0 comments on commit b8ee1dc

Please sign in to comment.