Skip to content

Bump ip from 2.0.0 to 2.0.1 #109

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #109

Workflow file for this run

name: CI
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: |
yarn
yarn prepack
- name: Add & Commit
uses: stefanzweifel/git-auto-commit-action@v4
- run: yarn test