diff --git a/.github/workflows/treetracker-query-api-build-deploy-dev.yml b/.github/workflows/treetracker-query-api-build-deploy-dev.yml index 0f87251..6fab591 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