Skip to content

Bump @types/node from 22.10.9 to 22.10.10 #463

Bump @types/node from 22.10.9 to 22.10.10

Bump @types/node from 22.10.9 to 22.10.10 #463

Workflow file for this run

on:
push:
branches:
- main
paths:
- "**.json"
- "**.js"
- "**.ts"
- .github/workflows/yarn.yml
pull_request:
paths:
- "**.json"
- "**.js"
- "**.ts"
- .github/workflows/yarn.yml
permissions:
packages: read
contents: read
name: yarn
jobs:
yarnfmt:
name: yarn fmt-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn fmt:check