Skip to content

chore(deps): bump ip from 1.1.8 to 1.1.9 #66

chore(deps): bump ip from 1.1.8 to 1.1.9

chore(deps): bump ip from 1.1.8 to 1.1.9 #66

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --legacy-peer-deps --prefer-offline
- name: Run Jest
run: npm run test:ci