Skip to content

chore(deps): update node.js to v24 #336

chore(deps): update node.js to v24

chore(deps): update node.js to v24 #336

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
pr-title-check:
runs-on: buildjet-4vcpu-ubuntu-2204
container:
image: node:24
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run PR title check
run: |
node .github/scripts/pr-title-check.js