Skip to content

chore(deps-dev): bump @types/node from 22.10.3 to 22.10.5 #986

chore(deps-dev): bump @types/node from 22.10.3 to 22.10.5

chore(deps-dev): bump @types/node from 22.10.3 to 22.10.5 #986

Workflow file for this run

name: CI Pull Request
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
pull_request:
branches: [main, next, develop]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
with:
environment: ${{ github.event.pull_request.base.ref == 'main' && 'local-prod' || 'local-dev' }}