From 2023040a645b95781fac03be0ee9e3a05af929cb Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Thu, 4 Jan 2024 18:02:04 +0000 Subject: [PATCH] silly ref --- .github/workflows/release.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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