From 78888af4f249014b8137417bd3691cbeb380374c Mon Sep 17 00:00:00 2001 From: Olojakpoke Daniel Date: Wed, 24 Jan 2024 18:30:55 +0100 Subject: [PATCH] fix: update semantic release node version --- .github/workflows/treetracker-wallet-api-build-deploy-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml b/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml index 39a610b7..37cc4c87 100644 --- a/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml +++ b/.github/workflows/treetracker-wallet-api-build-deploy-dev.yml @@ -21,10 +21,10 @@ jobs: github.repository == 'Greenstand/treetracker-wallet-api' steps: - uses: actions/checkout@v2 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: '20.x' - run: npm i -g semantic-release @semantic-release/{git,exec,changelog} - run: semantic-release