Skip to content

Bump dompurify from 3.1.0 to 3.1.6 #162

Bump dompurify from 3.1.0 to 3.1.6

Bump dompurify from 3.1.0 to 3.1.6 #162

name: build-lint-test
on: [push, pull_request]
jobs:
build-and-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint
- name: Test
run: npm test