Skip to content

Bump ip from 2.0.0 to 2.0.1 #8

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #8

Workflow file for this run

on:
push: { branches: [ master ] }
pull_request: { branches: [ master ] }
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: corepack enable
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '18.x', cache: yarn }
- run: yarn install --immutable
- run: yarn test --ci