Skip to content

Bump ip from 2.0.0 to 2.0.1 #308

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #308

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