Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

chore(deps-dev): bump @types/node from 22.13.1 to 22.13.10 (#381) #201

chore(deps-dev): bump @types/node from 22.13.1 to 22.13.10 (#381)

chore(deps-dev): bump @types/node from 22.13.1 to 22.13.10 (#381) #201

Workflow file for this run

name: On Merge to main
on:
push:
branches:
- main
permissions: write-all
jobs:
security:
name: Security Checks
uses: ./.github/workflows/_security-checks.yml
static-checks:
name: Static Checks
uses: ./.github/workflows/_static-checks.yml
secrets: inherit
unit-tests:
name: Unit Tests
uses: ./.github/workflows/_unit-tests.yml
secrets: inherit
release-please:
name: Release Please
uses: ./.github/workflows/_release-please.yml
secrets:
GH_PAT_RELEASE_PLEASE: ${{ secrets.GH_PAT_RELEASE_PLEASE }}