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: