diff --git a/.github/workflows/test-javascript.yml b/.github/workflows/test-javascript.yml index 20b2080..4fda0ed 100644 --- a/.github/workflows/test-javascript.yml +++ b/.github/workflows/test-javascript.yml @@ -18,7 +18,7 @@ jobs: matrix: os: - ubuntu-latest - node-version: ["18.x", "20.x", "22.x"] + node-version: ["20.x", "22.x", "24.x"] include: - os: windows-latest node-version: "22.x" @@ -42,4 +42,4 @@ jobs: working-directory: javascript - run: npm run lint - working-directory: javascript \ No newline at end of file + working-directory: javascript