Skip to content

Bump html-react-parser from 5.1.10 to 5.1.16 #71

Bump html-react-parser from 5.1.10 to 5.1.16

Bump html-react-parser from 5.1.10 to 5.1.16 #71

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm run build
- run: npm test