Skip to content

Bump ip from 1.1.8 to 1.1.9 in /example (#337) #231

Bump ip from 1.1.8 to 1.1.9 in /example (#337)

Bump ip from 1.1.8 to 1.1.9 in /example (#337) #231

Workflow file for this run

name: Node tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Run lib tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test