Skip to content

chore(deps): bump ejs from 3.1.8 to 3.1.10 #315

chore(deps): bump ejs from 3.1.8 to 3.1.10

chore(deps): bump ejs from 3.1.8 to 3.1.10 #315

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version-file: '.nvmrc'
- run: yarn --immutable
- name: Jest
run: yarn test
- name: Build
run: yarn build && yarn size