diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 0412800..050cc2f 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -17,6 +17,11 @@ jobs: with: version: latest + - name: Set up Node + uses: actions/setup-node@v6 + with: + node-version: '24' + - name: Set up Python uses: actions/setup-python@v6 with: