Skip to content

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 #2010

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

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 #2010

Workflow file for this run

name: Test
on:
pull_request:
push:
branches-ignore:
- release
jobs:
build:
name: Node.js CI
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: ['18', '20', '21']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test
- run: npm run build:pages