We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972b159 commit b5a9ec2Copy full SHA for b5a9ec2
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
build-example-next-contentlayer-example:
32
strategy:
33
matrix:
34
- node-version: [14, 16, 17, 18]
+ node-version: [17, 18] # `app` dir requires 17+
35
os: [ubuntu-latest, windows-latest]
36
runs-on: ${{ matrix.os }}
37
steps:
0 commit comments