Modernize codebase

This commit is contained in:
henryruhs
2025-02-07 22:18:19 +01:00
parent d6e3196796
commit 45da050f84
5 changed files with 10 additions and 16 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node 20
- name: Set up Node 22
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- run: npm install
- run: npm run lint