Skip to content

chore: Remove the need for @eslint/compat now that eslint-plugin-impo… #253

chore: Remove the need for @eslint/compat now that eslint-plugin-impo…

chore: Remove the need for @eslint/compat now that eslint-plugin-impo… #253

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
- "[0-9]*"
paths:
- addon/**
- scripts/**
- babel.config.cjs
- package*.json
- webpack.config.cjs
- .github/workflows/unit.yml
pull_request:
branches:
- main
- "[0-9]*"
paths:
- addon/**
- scripts/**
- babel.config.cjs
- package*.json
- webpack.config.cjs
- .github/workflows/unit.yml
jobs:
eslint:
name: unittests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-node@v4
with:
node-version: 22.4.x
- name: Install dependencies
run: npm ci --force
- name: Run node tests
run: npm run test:node