Skip to content

fix(deps): update dependency core-js to v3.37.1 #192

fix(deps): update dependency core-js to v3.37.1

fix(deps): update dependency core-js to v3.37.1 #192

Workflow file for this run

name: wp_theme
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
check_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: ".node-version"
cache: "yarn"
- name: install dependencies
run: yarn install --frozen-lockfile # optional, --immutable
- name: test project
run: yarn test --passWithNoTests
- name: build project
run: yarn build