Skip to content

Commit e53acfe

Browse files
committed
fix: semantic release
1 parent ed66791 commit e53acfe

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)