diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 405fc09..cd8e8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v5 with: - node-version: "22" + node-version: "24" - name: Run JS tests run: npm test