Skip to content

Commit 78888af

Browse files
authored
fix: update semantic release node version
1 parent 1b96d89 commit 78888af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/treetracker-wallet-api-build-deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
github.repository == 'Greenstand/treetracker-wallet-api'
2222
steps:
2323
- uses: actions/checkout@v2
24-
- name: Use Node.js 18.x
24+
- name: Use Node.js 20.x
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: '18.x'
27+
node-version: '20.x'
2828

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

0 commit comments

Comments
 (0)