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 0a7aa46 commit 6e56ba3Copy full SHA for 6e56ba3
.github/workflows/docs.yml
@@ -21,7 +21,8 @@ jobs:
21
id: pub
22
run: |
23
git fetch && git checkout main
24
- echo "diff=\"$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)\"" >> $GITHUB_OUTPUT
+ diff=$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)
25
+ echo "diff=$diff" >> $GITHUB_OUTPUT
26
27
- name: Exit early if lib/package.json was modified
28
if: steps.pub.outputs.diff != ''
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