Skip to content

[Snyk] Security upgrade pug from 3.0.2 to 3.0.3 #21

[Snyk] Security upgrade pug from 3.0.2 to 3.0.3

[Snyk] Security upgrade pug from 3.0.2 to 3.0.3 #21

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- "docs/**"
- "README.md"
- "LICENSE"
- ".editorconfig"
branches:
- main
- master
pull_request:
paths-ignore:
- "docs/**"
- "README.md"
- "LICENSE"
- ".editorconfig"
branches:
- main
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
node: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
cache: "npm"
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run test