Skip to content

Bump ejs from 3.1.8 to 3.1.10 #388

Bump ejs from 3.1.8 to 3.1.10

Bump ejs from 3.1.8 to 3.1.10 #388

Workflow file for this run

name: test ci
on:
push:
branches:
- main
paths:
- 'src/**'
- 'tests/**'
- 'jest.config.js'
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test