diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c924fa..e2285ed 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@v4 with: