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 acd4548 commit 0a7aa46Copy full SHA for 0a7aa46
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ 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
+ echo "diff=\"$(git diff ${{ github.event.before }}:lib/package.json lib/package.json)\"" >> $GITHUB_OUTPUT
25
26
- name: Exit early if lib/package.json was modified
27
if: steps.pub.outputs.diff != ''
lib/package.json
@@ -75,7 +75,6 @@
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