Skip to content

Bump @types/node from 18.16.2 to 20.4.5 #225

Bump @types/node from 18.16.2 to 20.4.5

Bump @types/node from 18.16.2 to 20.4.5 #225

Workflow file for this run

name: Code Quality
on: push
jobs:
Prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run Prettier
run: npx prettier --check "src/**/*.js"
ESLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint