From 613bed047e94b72e4f9309efb8a8807382a7c64f Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:36:18 -0500 Subject: [PATCH] build: specify semantic release version that is compatible with node 18 (#2992) semantic-release [version 23](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0) includes the following breaking change: * support for node v18 has been dropped and the minimum for v20 is now v20.8.1 This pins the release workflow to version 22 until we move away from node 18. --- .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 57dcc0ce65..5226b7a72c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,4 +33,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@22