Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.11.0 #138

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.11.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.11.0 #138

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Kevin de Jong <monkaii@hotmail.com>
# SPDX-License-Identifier: CC0-1.0
---
name: Validate Package
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 16.x
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test