Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 7ecf162

Browse files
committed
Add versions to debug js issues
1 parent 59e7c79 commit 7ecf162

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ deps =
2222
allowlist_externals =
2323
env
2424
npm
25-
commands_pre = npm install --no-save [email protected] [email protected]
25+
node
26+
commands_pre =
27+
node --version
28+
npm --version
29+
npm install --no-save [email protected] [email protected]
2630
# Contrary to the tox docs, setenv's changes to $PATH are not visible inside
2731
# any commands we call. I hack around this with env:
2832
commands =

0 commit comments

Comments
 (0)