Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.4.0 #38

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.4.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.16.1 to 8.4.0 #38

Workflow file for this run

name: Main Workflow
on:
pull_request:
branches: [main]
jobs:
build-test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js for use with actions
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- name: Build
run: |
npm install
npm run build
- name: Test
run: npm test