Skip to content

chore(deps): bump html-tags from 3.3.1 to 4.0.0 #31

chore(deps): bump html-tags from 3.3.1 to 4.0.0

chore(deps): bump html-tags from 3.3.1 to 4.0.0 #31

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [16, 18]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm i
- run: npm test