Skip to content

Bump @prestashop-core/ui-testing from 5719d1d to 55b94c0 in /tests/UI #1172

Bump @prestashop-core/ui-testing from 5719d1d to 55b94c0 in /tests/UI

Bump @prestashop-core/ui-testing from 5719d1d to 55b94c0 in /tests/UI #1172

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [ '14', '16', '20' ]
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- name: Lint
run: npm run lint