-
Notifications
You must be signed in to change notification settings - Fork 85
chore: remove pnpm from tool versions file #95
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
Conversation
|
|
Deploying tutorialkit-demo-page with
|
Latest commit: |
f5b6a97
|
Status: | ✅ Deploy successful! |
Preview URL: | https://223333b8.tutorialkit-demo-page.pages.dev |
Branch Preview URL: | https://delm-feat-remove-pnpm-from-t.tutorialkit-demo-page.pages.dev |
f5b6a97
to
76787f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!! 🤩
@@ -25,7 +25,7 @@ jobs: | |||
- name: Setup | |||
uses: pnpm/action-setup@v4 | |||
with: | |||
version: 8 | |||
version: 8.15.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this version because it's currently the latest we support on StackBlitz.com.
This PR removes
pnpm
from the.tool-versions
file because it's unfortunately currently unsupported by Cloudflare Pages. Instead I addedpnpm
to theengines
field to enforce a specific version. That version is also enforced in the build options for Cloudflare Pages.