Skip to content

Bump ejs from 3.1.8 to 3.1.10 #98

Bump ejs from 3.1.8 to 3.1.10

Bump ejs from 3.1.8 to 3.1.10 #98

Workflow file for this run

---
name: Build
# yamllint disable-line rule:truthy
on:
push:
paths-ignore:
- '**.md'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build
- run: npm test