Update CI workflow to use Node.js 24 as the runtime environment
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Space-Banane
2026-02-17 15:10:01 +01:00
parent 0be91c0611
commit dc95613d8e

View File

@@ -12,7 +12,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: node:24
steps:
- name: Checkout code