Skip to content

build(deps): bump ipaddr.js from 2.1.0 to 2.2.0 #20

build(deps): bump ipaddr.js from 2.1.0 to 2.2.0

build(deps): bump ipaddr.js from 2.1.0 to 2.2.0 #20

Workflow file for this run

name: Checks pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.3.0
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test