Specify node version
Some checks failed
Build and Test - Staging / test (pull_request) Successful in 4m37s
Build and Test - Staging / build_and_push (pull_request) Failing after 37s
Build and Test - Staging / deploy_staging (pull_request) Successful in 7s

This commit is contained in:
2025-11-11 23:40:14 -08:00
parent 8fa3c0b3ab
commit ac266b98ec

View File

@@ -16,6 +16,8 @@ jobs:
- name: Setup Node Environment
uses: actions/setup-node@v6
with:
node-version: ">=22.20"
- name: Setup Project Dependencies
run: |