From 336f6487d7b5ab007720b9b481ea739e4e7d19f6 Mon Sep 17 00:00:00 2001 From: Justin van der Merwe Date: Wed, 10 Jul 2024 21:51:25 +0200 Subject: [PATCH] corepack: true --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcd114c..3ce0c61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,12 +17,11 @@ 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: node-version: 16 + corepack: true - run: yarn install shell: bash