diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43ab0ccbbb..3df864e9f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js 20 uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "24" - name: Install dependencies run: npm ci - run: npm test