Skip to content

Bump @types/node from 24.3.1 to 24.4.0 #60

Bump @types/node from 24.3.1 to 24.4.0

Bump @types/node from 24.3.1 to 24.4.0 #60

Workflow file for this run

name: Lint ignored
permissions:
contents: read
pull-requests: write
on:
pull_request:
paths-ignore:
- 'packages/**/*'
concurrency:
group: lint-ignored-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: exit 0