Skip to content

Bump @types/node from 22.19.3 to 25.0.3 #1836

Bump @types/node from 22.19.3 to 25.0.3

Bump @types/node from 22.19.3 to 25.0.3 #1836

Workflow file for this run

name: Format
on:
pull_request:
push:
branches-ignore:
- prod
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Prettify code
uses: creyD/[email protected]
with:
# This part is also where you can pass other options, for example:
prettier_options: --write .