Skip to content

chore(deps-dev): bump pug from 3.0.2 to 3.0.3 #247

chore(deps-dev): bump pug from 3.0.2 to 3.0.3

chore(deps-dev): bump pug from 3.0.2 to 3.0.3 #247

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: npm ci
- name: build
run: npm run build
- name: test
run: npm test