Skip to content

Commit

Permalink
dir that node dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Feb 9, 2024
1 parent e033f5a commit 8dce000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
# it will pick up a bash that requires WSL to run, which is not installed.
# bash = 'C:\\Program Files\\Git\\bin\\bash.exe'
import subprocess
subprocess.check_call('dir C:\\hostedtoolcache\\windows\\node\\18.19.0\\x64')
subprocess.check_call('npx --help')
subprocess.check_call(['npx', '--help'])

Expand Down

0 comments on commit 8dce000

Please sign in to comment.