Merge branch 'development' into renovate/major-6-github-artifact-actions

This commit is contained in:
Jeremy
2025-12-14 02:31:43 -05:00
committed by GitHub
7 changed files with 17 additions and 8 deletions

View File

@@ -26,12 +26,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
with:
go-version: '1.23.x'
go-version: '1.25.5'
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: '20.x'
node-version: '20.19.6'
- name: Build Frontend
working-directory: frontend