Skip to content

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10 #6

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10

chore(deps-dev): bump ejs from 3.1.8 to 3.1.10 #6

Workflow file for this run

name: integrate
on:
pull_request:
branches: [main]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run lint