Skip to content

chore(deps-dev): bump cypress from 9.7.0 to 13.13.0 #679

chore(deps-dev): bump cypress from 9.7.0 to 13.13.0

chore(deps-dev): bump cypress from 9.7.0 to 13.13.0 #679

Workflow file for this run

name: Lint JavaScript files
on:
push:
paths:
- "package*.json"
- ".eslintrc.json"
- ".licensee.json"
- "assets/js/src/"
- ".github/workflows/lint-js.yml"
branches-ignore:
- "dependabot/**"
pull_request:
paths:
- "package*.json"
- ".eslintrc.json"
- ".licensee.json"
- "assets/js/src/"
- ".github/workflows/lint-js.yml"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Main repo
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
- name: Install Node dependencies
run: npm ci
- name: Run Node tests
run: npm run lint:js