-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] remove env GH action and browser caching #4728
Conversation
|
After #4727 is resolved, I'll merge master back in here and we'll see what happens. |
This now removes the |
.github/actions/env
has been bugging me for a while. We had built code that needed to be checked in - and which apparently hadn't been kept up to date in a while, because whenever I ranpnpm build
locally, it changed this file.We'll see what happens when CI runs, but this attempts to replace that whole file with a re-creation of just the functionality we need, which lets us drop the build process for the file and remove the whole
@actions/core
dependency.Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpx changeset
and following the prompts. All changesets should bepatch
until SvelteKit 1.0