Skip to content

Bump ejs from 3.1.7 to 3.1.10 #39

Bump ejs from 3.1.7 to 3.1.10

Bump ejs from 3.1.7 to 3.1.10 #39

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build project
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build