debug workflow
Some checks failed
Continuous Integration / Update Development (push) Failing after 1m49s

is sed really not included?
This commit is contained in:
2025-12-10 11:35:58 -06:00
parent 0245cb38f4
commit 114857cceb

View File

@@ -22,12 +22,14 @@ jobs:
with:
node-version: 20.19
- name: Verify Node Environment
- name: Verify Local Environment
run: |
which npm
npm -v
which node
node -v
which sed
sed --version
- name: Checkout
uses: actions/checkout@v5