Skip to content

Bump @html-eslint/parser from 0.19.1 to 0.20.0 #1702

Bump @html-eslint/parser from 0.19.1 to 0.20.0

Bump @html-eslint/parser from 0.19.1 to 0.20.0 #1702

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
- run: npm test