From b5cd324681fc28fd8bbac173905e0c77cd3e23ee Mon Sep 17 00:00:00 2001 From: Jonas Metzener Date: Wed, 13 Mar 2024 10:05:37 +0100 Subject: [PATCH] chore(ci): fix release pipeline --- .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 085bb5d8..b4fbf182 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - uses: wyvox/action-setup-pnpm@v3 with: - node-version: 18 + node-version: 20 - name: Release on NPM run: pnpm semantic-release