Skip to content

Commit efb8485

Browse files
committed
temp disable node 18 runs
1 parent 0f5fa62 commit efb8485

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ jobs:
232232
strategy:
233233
fail-fast: false
234234
matrix:
235-
node-version: ["18.x", "20.x"]
235+
# Temp disabling Node 18 as there seems to be some issues with it and NextJS 15
236+
# node-version: ["18.x", "20.x"]
237+
node-version: ["20.x"]
236238
steps:
237239
- name: Checkout
238240
uses: actions/checkout@v4

0 commit comments

Comments
 (0)