Skip to content

Bump ejs from 3.1.9 to 3.1.10 #18

Bump ejs from 3.1.9 to 3.1.10

Bump ejs from 3.1.9 to 3.1.10 #18

Workflow file for this run

name: Lint Code Base
on:
push:
pull_request:
branches: [master]
jobs:
build:
name: Test Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Run test
run: npm test