From 73b4d52ae8cd851ff7cfa249f9bd5e6205179ecf Mon Sep 17 00:00:00 2001 From: isadoral Date: Thu, 25 Jan 2024 08:39:44 +0100 Subject: [PATCH] fix: fix ci release --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62cea87..7adfbf0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20.8.1 - run: npx semantic-release env: GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }}