Skip to content

Commit

Permalink
Merge pull request #385 from yunchipang/fix-nodejs-version-semantic-r…
Browse files Browse the repository at this point in the history
…elease

fix: update Node.js version to 20.8.1 for semantic-release
  • Loading branch information
dadiorchen authored Oct 10, 2024
2 parents 168d9e1 + 53bae3a commit 758b389
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 758b389

Please sign in to comment.