Skip to content

build(deps): bump ejs from 3.1.8 to 3.1.10 #1208

build(deps): bump ejs from 3.1.8 to 3.1.10

build(deps): bump ejs from 3.1.8 to 3.1.10 #1208

Workflow file for this run

name: Test build
on: [push, pull_request]
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cp CI/ESS/local.config.json src/local.config.json
npm ci
npm run build