Skip to content

feat!: add support for ESLint v9 #61

feat!: add support for ESLint v9

feat!: add support for ESLint v9 #61

Workflow file for this run

name: "Test"
on:
push:
branches: [develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/[email protected]"
- name: "Setup Node.js"
uses: "actions/[email protected]"
with:
node-version: "22.x"
cache: "npm"
- name: "Install dependencies"
run: "npm clean-install"
- name: "Test"
run: "node --run test"