Skip to content

Commit

Permalink
zer
Browse files Browse the repository at this point in the history
  • Loading branch information
zapaz committed May 17, 2024
1 parent 0af3cc5 commit 3539c5e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/deploy-wp-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ jobs:
- run: which forge
- run: forge --version

# - name: Install node
# uses: actions/setup-node@v3
# with:
# node-version: 20

# - name: Install pnpm
# uses: pnpm/[email protected]
# with:
# version: 8.15.8
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
run_install: true

# - name: Build wp plugin
# run: pnpm deploy:plugin
# env:
Expand Down

0 comments on commit 3539c5e

Please sign in to comment.