diff --git a/.gitea/workflows/changes.yaml b/.gitea/workflows/changes.yaml index f028d03..439b05d 100644 --- a/.gitea/workflows/changes.yaml +++ b/.gitea/workflows/changes.yaml @@ -15,7 +15,13 @@ jobs: api: ${{ steps.filter.outputs.api }} client: ${{ steps.filter.outputs.client }} steps: - - uses: https://gitea.com/actions/checkout@v6 + - name: 'Setup Node' + uses: actions/setup-node@v6 + with: + node-version: '24.x' + + - name: Checkout + uses: https://gitea.com/actions/checkout@v6 - uses: dorny/paths-filter@v3 id: filter