Skip to content

Commit

Permalink
fix pnpm version for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed Oct 25, 2024
1 parent 5c8ad66 commit 2377f3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.5.1
version: 9.4.0

- name: Install all packages
run: pnpm install-all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.5.1
version: 9.4.0

- name: Build dapp
run: pnpm build-dapp
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.15.7
version: 9.4.0

- name: Build wp plugin
run: pnpm deploy:plugin
Expand Down
2 changes: 1 addition & 1 deletion config/src/config.handlebars.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": {
"latest": "1.6.7",
"latest": "1.6.8",
"stable": "1.6.6",
"branch": "{{GIT_BRANCH}}",
"commit": "{{GIT_COMMIT}}"
Expand Down

0 comments on commit 2377f3c

Please sign in to comment.