Skip to content

Bump es5-ext from 0.10.53 to 0.10.63 #231

Bump es5-ext from 0.10.53 to 0.10.63

Bump es5-ext from 0.10.53 to 0.10.63 #231

Workflow file for this run

name: Complete Check
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build:ci