Skip to content

build(deps): bump html-entities from 1.4.0 to 2.5.2 #283

build(deps): bump html-entities from 1.4.0 to 2.5.2

build(deps): bump html-entities from 1.4.0 to 2.5.2 #283

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install
run: npm install
- name: Test
run: npm test