We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6eed2 commit 7134b45Copy full SHA for 7134b45
1 file changed
main.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -e
+set -ex
3
4
if [[ $RUNNER_OS == Windows ]]; then
5
old_node_version=$(node --version)
0 commit comments