diff --git a/.github/workflows/deploy-wp-plugin.yml b/.github/workflows/deploy-wp-plugin.yml index 6957f731..34adbb52 100644 --- a/.github/workflows/deploy-wp-plugin.yml +++ b/.github/workflows/deploy-wp-plugin.yml @@ -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/action-setup@v2.2.4 - # 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: