Skip to content

Bump ip from 2.0.0 to 2.0.1 #210

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #210

Workflow file for this run

name: CI
on:
pull_request:
branches-ignore:
- 'test123'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- run: yarn install
- run: yarn build-ci