From 53bae3ab1248041bedb21937f57516b719ce25fb Mon Sep 17 00:00:00 2001 From: yunchipang Date: Wed, 9 Oct 2024 11:01:29 -0700 Subject: [PATCH] fix: update Node.js version to 20.8.1 for semantic-release --- .github/workflows/treetracker-query-api-build-deploy-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/treetracker-query-api-build-deploy-dev.yml b/.github/workflows/treetracker-query-api-build-deploy-dev.yml index 0f87251d..6fab5910 100644 --- a/.github/workflows/treetracker-query-api-build-deploy-dev.yml +++ b/.github/workflows/treetracker-query-api-build-deploy-dev.yml @@ -20,10 +20,10 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.inputs.git-tag }} - - name: Use Node.js 18.x #semantic-release + - name: Use Node.js 20.8.1 #semantic-release uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: '20.8.1' - name: npm clean install run: npm ci