Skip to content

Bump es5-ext from 0.10.60 to 0.10.63 #309

Bump es5-ext from 0.10.60 to 0.10.63

Bump es5-ext from 0.10.60 to 0.10.63 #309

Workflow file for this run

name: Build And Test All Packages
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install packages
run: yarn install
- name: lint
run: yarn lint
- name: build
run: |
yarn build
yarn generate-bytecode