Skip to content

Commit

Permalink
Added support for Node version 23 (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGL authored Oct 17, 2024
1 parent a32ed04 commit e37baeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 20.x
- 21.x
- 22.x
- 23.x

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- 20.x
- 21.x
- 22.x
- 23.x

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as vegaLite from 'vega-lite';

// which results are attempted to load
// the first is selected automatically
const NODE_VERSIONS = [22, 21, 20, 19, 18, 16];
const NODE_VERSIONS = [23, 22, 21, 20, 19, 18, 16];

const BUN_VERSIONS = [1];

Expand Down

0 comments on commit e37baeb

Please sign in to comment.