Skip to content

Bump ejs from 3.1.8 to 3.1.10 #228

Bump ejs from 3.1.8 to 3.1.10

Bump ejs from 3.1.8 to 3.1.10 #228

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: npm install, build, and lint
run: |
yarn
yarn build
yarn lint