Skip to content

Commit 3e8f294

Browse files
authored
add node 24 to ci (#1061)
1 parent 2937fe0 commit 3e8f294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
66-
node: ['18', '20', '22']
66+
node: ['18', '20', '22', '24']
6767
steps:
6868
- uses: actions/checkout@v3
6969
- name: Set up Node ${{ matrix.node }}

0 commit comments

Comments
 (0)