Skip to content

fix(deps): update dependency scrape-it to v6.1.3 #6328

fix(deps): update dependency scrape-it to v6.1.3

fix(deps): update dependency scrape-it to v6.1.3 #6328

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20.11.1']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn global add lerna
- run: yarn install
- run: yarn test