Skip to content

Commit

Permalink
aze
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 17, 2024
1 parent 3539c5e commit 2cc8893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 8.15.8
run_install: true

# - name: Build wp plugin
# run: pnpm deploy:plugin
# env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"author": "kredeum2",
"license": "MIT",
"packageManager": "[email protected].7",
"packageManager": "[email protected].8",
"engines": {
"node": "^20",
"pnpm": "^8"
Expand Down

0 comments on commit 2cc8893

Please sign in to comment.