From 3a7d4764ccc6f5a715d31afb1f8b204b0c4dd858 Mon Sep 17 00:00:00 2001 From: Marshall Sorenson Date: Mon, 15 Jul 2024 14:38:27 -0400 Subject: [PATCH] chore: enable corepack in deploy ci --- .github/workflows/ci-docs-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-docs-deploy.yml b/.github/workflows/ci-docs-deploy.yml index 7d188e88..13cac155 100644 --- a/.github/workflows/ci-docs-deploy.yml +++ b/.github/workflows/ci-docs-deploy.yml @@ -17,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Enable Corepack + run: corepack enable + - name: Setup Node uses: actions/setup-node@v2 with: