Skip to content

build(deps): bump ip from 1.1.8 to 1.1.9 #148

build(deps): bump ip from 1.1.8 to 1.1.9

build(deps): bump ip from 1.1.8 to 1.1.9 #148

Workflow file for this run

name: PR Branch Build and Test
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Build and Test
run: |
yarn test
yarn build