Skip to content

build(deps-dev): bump turbo from 1.12.4 to 2.0.3 #55

build(deps-dev): bump turbo from 1.12.4 to 2.0.3

build(deps-dev): bump turbo from 1.12.4 to 2.0.3 #55

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci-job:
name: CI
strategy:
matrix:
os: [ubuntu-latest]
node-version: ["20.x"]
fail-fast: true
permissions:
contents: read
pull-requests: write
uses: ./.github/workflows/ci-job.yml
with:
os: ${{ matrix.os }}
node-version: ${{ matrix.node-version }}
github-event-name: ${{ github.event_name }}
secrets: inherit