Skip to content

Bump the minor-and-patch group across 1 directory with 18 updates #17

Bump the minor-and-patch group across 1 directory with 18 updates

Bump the minor-and-patch group across 1 directory with 18 updates #17

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
timeout-minutes: 30
environment: ${{ inputs.stageName }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: ./.github/actions/setup-node
- name: CI
shell: bash
run: |
pnpm run lint
pnpm run test