We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f4c9d commit 8ed207dCopy full SHA for 8ed207d
.github/workflows/docs.yml
@@ -29,7 +29,7 @@ jobs:
29
fi
30
31
- name: Exit early if lib/package.json was modified
32
- if: steps.pub.outputs.file_changed == 'true'
+ if: steps.pub.outputs.file_changed == true
33
run: exit 1
34
35
- uses: actions/setup-node@v4
lib/package.json
@@ -75,6 +75,7 @@
75
"React 18",
76
"React 19",
77
"Next.js",
78
+ "Next.js 13",
79
"Next.js 14",
80
"Next.js 15",
81
"React server components",
0 commit comments