chore(node): run tests and linting with Node 24 too

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson
2025-11-25 01:10:58 +01:00
committed by Philip Molares
parent c6e2cefa8f
commit 05a937ea22
3 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: ./.github/actions/setup-node
with:
NODEJS_VERSION: '22'
NODEJS_VERSION: '24'
- name: Run ESLint
run: yarn run eslint