Skip to content

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0 #123

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0

fix: upgrade ipaddr.js from 2.1.0 to 2.2.0 #123

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x, 18.x]
os:
- ubuntu-latest
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
env:
CI: true