Skip to content

Commit f349290

Browse files
committed
doesn't seem like it was a node 18 issue
1 parent efb8485 commit f349290

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ jobs:
232232
strategy:
233233
fail-fast: false
234234
matrix:
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"]
235+
node-version: ["18.x", "20.x"]
238236
steps:
239237
- name: Checkout
240238
uses: actions/checkout@v4

0 commit comments

Comments
 (0)