Skip to content

Remove package-lock.json #29

Remove package-lock.json

Remove package-lock.json #29

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: ['**']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [20.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm i -g @wordpress/env
- run: wp-env start
- run: wp-env run cli wp theme activate bathe