Skip to content

Commit c5396e5

Browse files
committed
.
1 parent f6177bd commit c5396e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-dgraph-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: true
2727
matrix:
28-
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
28+
node-version: [18.x, 20.x, 22.x, 23.x]
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030
steps:
3131
- name: Checkout dgraph-js repo

.github/workflows/ci-dgraph-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
22+
node-version: [18.x, 20.x, 22.x, 23.x]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
steps:
2525
- name: Checkout dgraph-js repo

0 commit comments

Comments
 (0)