Skip to content

Bump htmlparser2 from 9.0.0 to 9.1.0 #216

Bump htmlparser2 from 9.0.0 to 9.1.0

Bump htmlparser2 from 9.0.0 to 9.1.0 #216

name: Node.js Benchmark
on: [push]
env:
CI: true
FORCE_COLOR: 2
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.1
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm test
- name: Create commit
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: 'Update benchmark results'
branch: master
file_pattern: stats.txt
disable_globbing: true