Skip to content

Commit

Permalink
Update dependency pnpm to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2023
1 parent e43a9d9 commit 848a901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
PNPM_VERSION: 6.35.1
PNPM_VERSION: 7.26.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
PNPM_VERSION: 6.35.1
PNPM_VERSION: 7.26.0
DEPLOY_TARGET: 'GitHub Pages'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PNPM_VERSION: 6.35.1
PNPM_VERSION: 7.26.0

jobs:
release:
Expand Down

0 comments on commit 848a901

Please sign in to comment.