Skip to content

Commit

Permalink
Downgrade @sveltejs/adapter-cloudflare to 4.9.0 until a solution …
Browse files Browse the repository at this point in the history
…for AdrianGonz97/refined-cf-pages-action#26 is identified.  FIx PR previews
  • Loading branch information
techniq committed Feb 17, 2025
1 parent 5aa4462 commit 8e4c3dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: preview-build
path: packages/layerchart/.svelte-kit
path: packages/layerchart/.svelte-kit/cloudflare
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
githubToken: ${{ secrets.GITHUB_TOKEN }}
projectName: layerchart
deploymentName: Preview
directory: ${{ steps.preview-build-artifact.outputs.download-path }}/cloudflare
directory: ${{ steps.preview-build-artifact.outputs.download-path }}
2 changes: 1 addition & 1 deletion packages/layerchart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@changesets/cli": "^2.27.12",
"@mdi/js": "^7.4.47",
"@rollup/plugin-dsv": "^3.0.5",
"@sveltejs/adapter-cloudflare": "^5.0.2",
"@sveltejs/adapter-cloudflare": "^4.9.0",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/package": "^2.3.10",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e4c3dd

Please sign in to comment.