From 86791227e36fb7bdca63df2d2acef475c4f64532 Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:56:09 +0530 Subject: [PATCH] add note about corepack --- docs/en/guide/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/deploy.md b/docs/en/guide/deploy.md index 0e166768..fe7ac715 100644 --- a/docs/en/guide/deploy.md +++ b/docs/en/guide/deploy.md @@ -158,7 +158,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f fetch-depth: 0 # Not needed if lastUpdated is not enabled # - uses: pnpm/action-setup@v3 # Uncomment this block if you're using pnpm # with: - # version: 9 + # version: 9 # Not needed if you've set "packageManager" in package.json # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Node uses: actions/setup-node@v4