Skip to content

Bump ip from 2.0.0 to 2.0.1 (#74) #74

Bump ip from 2.0.0 to 2.0.1 (#74)

Bump ip from 2.0.0 to 2.0.1 (#74) #74

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run test