Skip to content

chore(deps-dev): bump @types/node from 20.14.15 to 20.16.3 #221

chore(deps-dev): bump @types/node from 20.14.15 to 20.16.3

chore(deps-dev): bump @types/node from 20.14.15 to 20.16.3 #221

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, edited, reopened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20.10.x
uses: actions/setup-node@v3
with:
node-version: 20.10
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint