Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
souyahia-monk committed Jan 2, 2025
1 parent 56ca7f2 commit de87a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/monkjs-set-up/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ runs:
node-version: "20"
- shell: bash
run: "echo Current worker environment : NodeJs $(node -v), NPM v$(npm -v), Yarn v$(yarn -v)"
- shell: bash
run: "ls"
- shell: bash
run: "ls apps/"
- name: 💽 Installing dependencies
shell: bash
run: |
Expand Down

0 comments on commit de87a6b

Please sign in to comment.