Skip to content

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group #16

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group

chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 in the npm_and_yarn group #16

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
actions: read
contents: read
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v4
- run: npx nx format:check
- run: npx nx affected -t lint test