Skip to content

chore(deps): bump ejs from 3.1.9 to 3.1.10 (#515) #261

chore(deps): bump ejs from 3.1.9 to 3.1.10 (#515)

chore(deps): bump ejs from 3.1.9 to 3.1.10 (#515) #261

Workflow file for this run

name: 'Jest'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci