Skip to content

Bump @types/node from 20.3.2 to 22.6.1 #666

Bump @types/node from 20.3.2 to 22.6.1

Bump @types/node from 20.3.2 to 22.6.1 #666

Workflow file for this run

name: Code Format Check
on:
push:
branches: ["main", "staging"]
pull_request:
branches: ["main", "staging"]
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
lint:
name: Lint
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn lint
test:
name: Format Check
runs-on: ubuntu-latest
needs: prepare
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 16
- run: yarn check-code-format