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:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user