From 47799c0d0d053e04b72b0e04ef73123b95936eb8 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 4 Dec 2025 18:34:30 -0600 Subject: [PATCH] setup node --- .gitea/workflows/lint-test.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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: