Skip to content

fix(deps): bump ip from 2.0.0 to 2.0.1 #44

fix(deps): bump ip from 2.0.0 to 2.0.1

fix(deps): bump ip from 2.0.0 to 2.0.1 #44

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: npm
- run: yarn install
- run: yarn run lint
- run: yarn run test