Skip to content

Commit

Permalink
fix: update Node.js version to 20.8.1 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchipang committed Oct 9, 2024
1 parent 168d9e1 commit 53bae3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/treetracker-query-api-build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53bae3a

Please sign in to comment.