Skip to content

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

build(deps): bump ip from 1.1.8 to 1.1.9

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

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
uses: borales/[email protected]
with:
cmd: install
- name: Build
uses: borales/[email protected]
with:
cmd: build
- name: Test
uses: borales/[email protected]
with:
cmd: test