From abbef31ee5edc8cd149c1af8dc63326ef6a9bf75 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Sat, 29 Jun 2024 10:19:46 +0200 Subject: [PATCH] ci: enable corepack --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 61f7c1c..f986d08 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,8 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - name: Enable Corepack before setting up Node + run: corepack enable - name: Use Node.js 18.x uses: actions/setup-node@v3 with: