Skip to content

fix(deps): bump pkg-up from 4.0.0 to 5.0.0 #449

fix(deps): bump pkg-up from 4.0.0 to 5.0.0

fix(deps): bump pkg-up from 4.0.0 to 5.0.0 #449

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn test