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

chore(deps): update node.js to v25.6.1 (#190) #455

chore(deps): update node.js to v25.6.1 (#190)

chore(deps): update node.js to v25.6.1 (#190) #455

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [25.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run format:check