diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c46e81d..25ce3e6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,6 +19,11 @@ jobs: run: shell: bash steps: + - name: Setup Node + uses: actions/setup-node@v6 + with: + node-version: 24 + - name: Checkout repository uses: actions/checkout@v6 with: