debug workflow
Some checks failed
Continuous Integration / Update Development (push) Failing after 1m49s
Some checks failed
Continuous Integration / Update Development (push) Failing after 1m49s
is sed really not included?
This commit is contained in:
@@ -22,12 +22,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20.19
|
node-version: 20.19
|
||||||
|
|
||||||
- name: Verify Node Environment
|
- name: Verify Local Environment
|
||||||
run: |
|
run: |
|
||||||
which npm
|
which npm
|
||||||
npm -v
|
npm -v
|
||||||
which node
|
which node
|
||||||
node -v
|
node -v
|
||||||
|
which sed
|
||||||
|
sed --version
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user