Skip to content

fix(deps): bump sort-package-json from 2.6.0 to 2.7.0 #533

fix(deps): bump sort-package-json from 2.6.0 to 2.7.0

fix(deps): bump sort-package-json from 2.6.0 to 2.7.0 #533

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