diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 30fda1158..d61b4e85f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,13 +14,11 @@ jobs: max-parallel: 3 matrix: node-version: - - 16.x - - 18.x - - 19.x - 20.x - 21.x - 22.x - 23.x + - 24.x steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2390a0951..510d6204c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,13 +29,11 @@ jobs: # - NODE_VERSIONS in app.tsx # - NODE_VERSION_FOR_PREVIEW in main.ts node-version: - - 16.x - - 18.x - - 19.x - 20.x - 21.x - 22.x - 23.x + - 24.x steps: - uses: actions/checkout@v4 diff --git a/docs/src/App.tsx b/docs/src/App.tsx index 2c72dbf83..708b17390 100644 --- a/docs/src/App.tsx +++ b/docs/src/App.tsx @@ -4,7 +4,7 @@ import * as vegaLite from 'vega-lite'; // which results are attempted to load // the first is selected automatically -const NODE_VERSIONS = [23, 22, 21, 20, 19, 18, 16]; +const NODE_VERSIONS = [24, 23, 22, 21, 20]; const BUN_VERSIONS = [1.2, 1.1];