Skip to content

npm: bump pug from 3.0.2 to 3.0.3 #88

npm: bump pug from 3.0.2 to 3.0.3

npm: bump pug from 3.0.2 to 3.0.3 #88

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install TSC
run: npm install -g typescript
- name: copy-config
run: cp config.example.json config.json
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
- run: npm ci
- run: tsc --build
- run: npm run css-build