Skip to content

chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/hedgehog-core #1051

chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/hedgehog-core

chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/hedgehog-core #1051

Workflow file for this run

name: CI runner
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Build
run: yarn build
env:
CI: true