diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6ce6266..dd52727 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Enable global Node.js Corepack + run: corepack enable + - name: Setup Node.js uses: actions/setup-node@v3 with: