Skip to content

Update Node.js to v22.9.0 #8415

Update Node.js to v22.9.0

Update Node.js to v22.9.0 #8415

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- main
permissions:
contents: read
jobs:
super-linter:
name: Super Linter
uses: harryzcy/github-actions/.github/workflows/linter.yml@main
go-lint:
name: Go Lint
uses: harryzcy/github-actions/.github/workflows/golangci-lint.yml@main
with:
working-directory: bff
prettier:
name: Prettier
uses: harryzcy/github-actions/.github/workflows/prettier.yml@main
with:
working-directory: web