Skip to content

chore(deps): bump ip from 2.0.0 to 2.0.1 or higher last try #61

chore(deps): bump ip from 2.0.0 to 2.0.1 or higher last try

chore(deps): bump ip from 2.0.0 to 2.0.1 or higher last try #61

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- README.md
- .github/workflows/publish-to-production.yml
- .github/workflows/publish-to-test.yml
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run the tests
run: npm test