Skip to content

Commit 683c54c

Browse files
authored
Merge pull request #115 from Greenstand/fix/semantic_release
fix: semantic release
2 parents ed66791 + e53acfe commit 683c54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080

81-
- name: Use Node.js 18.x
81+
- name: Use Node.js 20.x
8282
uses: actions/setup-node@v4
8383
with:
84-
node-version: '18.x'
84+
node-version: '20.x'
8585

8686
- name: npm clean install
8787
run: npm ci

0 commit comments

Comments
 (0)