From 0d351a012a187a0190ea5692da4529ea53a880fa Mon Sep 17 00:00:00 2001 From: Ash Vardanian <1983160+ashvardanian@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:30:27 -0800 Subject: [PATCH] Make: Upgrade NodeJS version in CI --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 986a0ae..b91ff57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,8 @@ jobs: with: persist-credentials: false - uses: actions/setup-node@v3 + with: + node-version: 20 - run: npm install --save-dev @semantic-release/exec @semantic-release/git conventional-changelog-eslint semantic-release && npx semantic-release