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