From a820b4fc599a09ec1a02edb8c6566b6daaac3302 Mon Sep 17 00:00:00 2001 From: Reaper Gelera Date: Wed, 3 Apr 2024 17:38:19 +0530 Subject: [PATCH] ci: force enable corepack --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5686048..72990d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,11 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + - name: Enable Corepack + run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: .nvmrc