Skip to content

chore(deps-dev): bump cypress from 13.7.2 to 13.12.0 #1150

chore(deps-dev): bump cypress from 13.7.2 to 13.12.0

chore(deps-dev): bump cypress from 13.7.2 to 13.12.0 #1150

Workflow file for this run

name: JS Bindings
on:
push:
jobs:
js_bindings_ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Cache node modules
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}-${{ matrix.node-version }}
- name: Install
run: npm install
- name: Build/Woocommerce
run: npm run build