Skip to content

Commit

Permalink
fix: update semantic release node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kpoke authored Jan 24, 2024
1 parent 1b96d89 commit 78888af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/treetracker-wallet-api-build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
github.repository == 'Greenstand/treetracker-wallet-api'
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
node-version: '20.x'

- run: npm i -g semantic-release @semantic-release/{git,exec,changelog}
- run: semantic-release
Expand Down

0 comments on commit 78888af

Please sign in to comment.