Skip to content

Bump @types/node from 20.1.5 to 20.4.4 #870

Bump @types/node from 20.1.5 to 20.4.4

Bump @types/node from 20.1.5 to 20.4.4 #870

Workflow file for this run

name: Prettier & ESLint
on:
push:
branches:
- development
- main
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
ts-lint:
name: Prettier & ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Prepare
run: npm ci
- name: Lint
uses: wearerequired/lint-action@v1
with:
eslint: true
prettier: true
eslint_extensions: js,ts