set up node in action
Some checks failed
Deploy Containers / Prepare (push) Failing after 49s

This commit is contained in:
2025-07-29 20:13:24 -04:00
parent 4c29f76796
commit ac88cc8328

View File

@@ -10,6 +10,11 @@ jobs:
name: Prepare
runs-on: jade
steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Checkout Repo
uses: actions/checkout@v4
with: