From 33616b773c8570aa6fc1f474303a81343f56414d Mon Sep 17 00:00:00 2001 From: AJ Moon Date: Thu, 28 Dec 2023 00:12:39 +0000 Subject: [PATCH] Revert "chore: stuff" This reverts commit f919db2081ba3bcf165767da2fd7630c3f25d89a. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d26ba99b8..03ce1ebda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Node.js uses: ./.github/actions/cache-restore with: - node-version: 20 + node-version: 18 - name: Create Release Pull Request uses: changesets/action@v1