From 007b3c6158e504908641b5e726bceac48f0366db Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 20 Jun 2024 15:31:57 -0400 Subject: [PATCH] build: pin to an older version of semantic-release. We can't use the newest versino until we drop node 18 support since it only runs on Node 20 --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2714a778..0c20777f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,4 +27,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release + run: npx semantic-release@19.0.5