From dd0da5376794178dcbc54a60d300e56deef3dc42 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Thu, 30 May 2024 08:13:47 -0500 Subject: [PATCH] fix: Pin node version --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4eadbe6..b73b330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: actions/setup-node@v2 + with: + node-version: '14' - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 with: