Skip to content

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

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

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

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Lint and Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: NPM Install
run: npm ci
- name: Building
run: npm run build