From d547ff1285ede1713b75015dfbb415fd43410219 Mon Sep 17 00:00:00 2001 From: Justin van der Merwe Date: Wed, 10 Jul 2024 21:48:31 +0200 Subject: [PATCH] Enable corepack --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898f9f7..fcd114c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: # it literally doesn't even have the code in this repo yet. - uses: actions/checkout@v3 + - run: corepack enable + # It doesn't have Node.js either; we have to set it up before we can do Node.js things. - uses: actions/setup-node@v3 with: