diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdc3660..23018f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,9 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 name: Checkout repository + - name: Enable Corepack + run: corepack enable + - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 name: Use Node.js 20.x with: