Skip to content

Bump ejs in /demo in the npm_and_yarn group across 1 directory #62

Bump ejs in /demo in the npm_and_yarn group across 1 directory

Bump ejs in /demo in the npm_and_yarn group across 1 directory #62

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- run: npm install -g yarn
- run: yarn --prefer-offline
- run: yarn test
- run: yarn build