Skip to content

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /example #1169

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /example

chore(deps): bump ejs from 3.1.8 to 3.1.10 in /example #1169

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test