Skip to content

deps: bump @types/node from 20.9.3 to 20.11.17 #1927

deps: bump @types/node from 20.9.3 to 20.11.17

deps: bump @types/node from 20.9.3 to 20.11.17 #1927

Workflow file for this run

name: 'ci'
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- 'main'
push:
branches:
- main
- 'releases/*'
jobs:
run-ci: # make sure build/ci work properly
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/workflows/reusable_ci.yml
secrets: inherit