Skip to content

Bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group #1698

Bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group

Bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group #1698

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build