Skip to content

chore(deps): update linters (major) #898

chore(deps): update linters (major)

chore(deps): update linters (major) #898

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Tilman Vatteroth
#
# SPDX-License-Identifier: MIT
name: Build, Lint and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci