Skip to content

Bump ip from 1.1.5 to 1.1.9 #43

Bump ip from 1.1.5 to 1.1.9

Bump ip from 1.1.5 to 1.1.9 #43

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- uses: actions/[email protected]
with:
node-version: "16"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Tests
run: yarn test