Skip to content

chore(deps): bump ip from 1.1.8 to 1.1.9 #471

chore(deps): bump ip from 1.1.8 to 1.1.9

chore(deps): bump ip from 1.1.8 to 1.1.9 #471

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn install --immutable
- run: yarn run playwright install --with-deps
- run: yarn lint
- run: yarn build # type check
- run: yarn test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}