Skip to content

Bump ip from 1.1.8 to 1.1.9 (#37) #108

Bump ip from 1.1.8 to 1.1.9 (#37)

Bump ip from 1.1.8 to 1.1.9 (#37) #108

Workflow file for this run

name: CI Pipeline
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn
- run: yarn build