Skip to content

Bump ejs from 3.1.9 to 3.1.10 in /demo/react #161

Bump ejs from 3.1.9 to 3.1.10 in /demo/react

Bump ejs from 3.1.9 to 3.1.10 in /demo/react #161

Workflow file for this run

name: React Demos
on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- 'demo/react/**'
- '!demo/react/README.md'
- '.github/workflows/react-demos.yml'
pull_request:
branches: [ master, 'v[0-9]+.[0-9]+' ]
paths:
- 'demo/react/**'
- '!demo/react/README.md'
- '.github/workflows/react-demos.yml'
defaults:
run:
working-directory: demo/react
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Pre-build dependencies
run: npm install yarn
- name: Install dependencies
run: yarn install
- name: Build English
run: yarn build en
- name: Build Other Language
run: yarn build ko