Skip to content

Commit

Permalink
Merge pull request #42 from Kpoke/fix/semantic_release
Browse files Browse the repository at this point in the history
fix/semantic release
  • Loading branch information
Kpoke committed May 1, 2023
2 parents 1a21c3a + 33e0cdf commit bde3ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/treetracker-api-build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
!contains(github.event.head_commit.message, 'skip-ci')
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '16.x'
- name: npm clean install
run: npm ci
working-directory: ${{ env.project-directory }}
Expand Down

0 comments on commit bde3ec5

Please sign in to comment.