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

Bump @types/node from 24.5.0 to 24.9.2 #173

Bump @types/node from 24.5.0 to 24.9.2

Bump @types/node from 24.5.0 to 24.9.2 #173

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# TODO: add all code-fixing here.
- uses: autofix-ci/action@v1