Skip to content

Commit 9c05bae

Browse files
committed
ci: simplify to Node 22.x only
1 parent 6697e92 commit 9c05bae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
15-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
14+
node-version: [22.x]
1615
# Node 20+ required by Apollo Server 5 and Prisma 7
1716

1817
steps:

0 commit comments

Comments
 (0)