Skip to content

build(deps): bump ejs from 3.1.8 to 3.1.10 #146

build(deps): bump ejs from 3.1.8 to 3.1.10

build(deps): bump ejs from 3.1.8 to 3.1.10 #146

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test --detectOpenHandles --forceExit