Skip to content

Allow optional jQuery in Validators and Widgets. #1653

Allow optional jQuery in Validators and Widgets.

Allow optional jQuery in Validators and Widgets. #1653

Workflow file for this run

name: build-node
on: [push, pull_request]
env:
DEFAULT_COMPOSER_FLAGS: --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: NPM 10 on ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout.
uses: actions/checkout@v5
- name: Install dependencies.
run: composer update $DEFAULT_COMPOSER_FLAGS
- name: Install node.js.
uses: actions/setup-node@v4
with:
node-version: 20
- name: Tests.
run: |
npm install
npm test