Skip to content

Commit b5a9ec2

Browse files
committed
fix CI
1 parent 972b159 commit b5a9ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build-example-next-contentlayer-example:
3232
strategy:
3333
matrix:
34-
node-version: [14, 16, 17, 18]
34+
node-version: [17, 18] # `app` dir requires 17+
3535
os: [ubuntu-latest, windows-latest]
3636
runs-on: ${{ matrix.os }}
3737
steps:

0 commit comments

Comments
 (0)