We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a27148 commit 95c28e4Copy full SHA for 95c28e4
1 file changed
.github/workflows/nodejs-workflow.yml
@@ -58,5 +58,6 @@ jobs:
58
PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)
59
cd ../$sample_code_node
60
npm install file:../$sdk_node/authorizenet-$PACKAGE_VERSION.tgz
61
+ npm list
62
node test-runner.js
63
0 commit comments