Skip to content

fix: escape entities in attributes #47

fix: escape entities in attributes

fix: escape entities in attributes #47

Workflow file for this run

name: CI
on: [ push, pull_request ]
jobs:
Build:
runs-on: 'ubuntu-20.04'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
env:
TEST_BROWSERS: Firefox,ChromeHeadless
run: xvfb-run npm run all