diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 230a786..d806f0e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -17,13 +17,10 @@ jobs: dev: no php_version: 7.4 - - name: Install PNPM - uses: pnpm/action-setup@v2 - with: - run_install: true - - name: Build Assets - run: pnpm run build + run: | + npm ci + npm run build # Deploy the plugin to WordPress.org - name: WordPress Plugin Deploy