Skip to content

Bump ip from 1.1.8 to 1.1.9 #38

Bump ip from 1.1.8 to 1.1.9

Bump ip from 1.1.8 to 1.1.9 #38

Workflow file for this run

name: Node CI
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
name: Node v${{ matrix.node }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint