Skip to content

Bump eslint-plugin-html from 7.1.0 to 8.1.2 #176

Bump eslint-plugin-html from 7.1.0 to 8.1.2

Bump eslint-plugin-html from 7.1.0 to 8.1.2 #176

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version: 16
- run: |
npm ci
npm run build
xvfb-run --auto-servernum npm test