Skip to content

Merge pull request #44 from PrestaShop/dependabot/npm_and_yarn/follow… #95

Merge pull request #44 from PrestaShop/dependabot/npm_and_yarn/follow…

Merge pull request #44 from PrestaShop/dependabot/npm_and_yarn/follow… #95

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node-versions: ['14', '16']
runs-on: ubuntu-latest
name: JS Lint
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- run: npm run lint