Downgrade to node 22.10 in CI to work around a bug in react-router 7

This commit is contained in:
Alejandro Celaya
2025-01-02 19:42:49 +01:00
parent f4c4f408e2
commit 8cc03a973f
3 changed files with 5 additions and 5 deletions

View File

@@ -11,5 +11,5 @@ jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
with:
node-version: 22.x
node-version: 22.10
publish-coverage: true