@cryptotaxi247 / CoPilot / commits / cd103950

ci: update node version to 24.x (#798)

Co-authored-by: Davide Di Modica <webmaster.ddm@gmail.com>

taylor_socfortress committed Apr 19, 2026 at 15:37 UTC cd10395014b954a75a31f2f80a139dec4ceffc76
1 file changed +1 -1
.github/workflows/pre-commit.yml
+1 -1
@@ -21,6 +21,6 @@ jobs:
21
22 - uses: actions/setup-node@v3
23 with:
24 - node-version: "20.x"
24 + node-version: "24.x"
25 - run: cd frontend && pnpm install
26 - uses: pre-commit/action@v3.0.0