Skip to content

Bump es5-ext from 0.10.53 to 0.10.63 in /examples/react #16

Bump es5-ext from 0.10.53 to 0.10.63 in /examples/react

Bump es5-ext from 0.10.53 to 0.10.63 in /examples/react #16

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.tool-versions'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn clean
- run: yarn build
- run: yarn bundle