diff --git a/.github/workflows/check-relations-traversal-algorithm.yml b/.github/workflows/check-relations-traversal-algorithm.yml index a26edcdb13..e15de660ac 100644 --- a/.github/workflows/check-relations-traversal-algorithm.yml +++ b/.github/workflows/check-relations-traversal-algorithm.yml @@ -23,10 +23,10 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: Use Node.js 18 - uses: actions/setup-node@v4 + - name: Use Node.js 24 + uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 cache: yarn - name: Install node dependencies