Skip to content

Bump ip from 1.1.8 to 1.1.9 #165

Bump ip from 1.1.8 to 1.1.9

Bump ip from 1.1.8 to 1.1.9 #165

Workflow file for this run

name: Tests CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js v20 on ubuntu-latest
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Running tests
run: npm run test