Skip to content

fix(deps): bump jquery-validation from 1.20.0 to 1.20.1 #484

fix(deps): bump jquery-validation from 1.20.0 to 1.20.1

fix(deps): bump jquery-validation from 1.20.0 to 1.20.1 #484

Workflow file for this run

name: tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
name: JavaScript tests
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
with:
node-version: 14
- name: Installing dependencies
run: npm ci
- name: Execute gulp build
run: gulp build
- name: Execute bundlewatch
run: npm run bundlewatch