diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 83afed95..32678909 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,15 +13,12 @@ jobs: - id: checkout name: Checkout repository uses: actions/checkout@v3 - with: - fetch-depth: 0 - ref: ${{ github.event.repository.default_branch }} - id: setup-node name: Setup Node.JS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 cache: 'yarn' - id: cache