Skip to content

Bump ejs and react-scripts in /Services/TicketStore.Web/Client #125

Bump ejs and react-scripts in /Services/TicketStore.Web/Client

Bump ejs and react-scripts in /Services/TicketStore.Web/Client #125

Workflow file for this run

name: Bundlesize CI
on:
push:
paths:
# '*' matches any character except '/'
- 'Services/TicketStore.Web/Client/*'
- 'Services/TicketStore.Web/Client/*/*'
- 'Services/TicketStore.Web/Client/*/*/*'
- 'Services/TicketStore.Web/Client/*/*/*/*'
- 'Services/TicketStore.Web/Client/*/*/*/*/*'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Check bundlesize for Web service
working-directory: Services/TicketStore.Web/Client
run: |
npm install
npm run build
npm run bundlesize
env:
CI: true