Skip to content

Commit 57f7ea8

Browse files
committed
Explicit install of sample code dependencies
1 parent 95c28e4 commit 57f7ea8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nodejs-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
npm pack
5858
PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)
5959
cd ../$sample_code_node
60+
npm install
6061
npm install file:../$sdk_node/authorizenet-$PACKAGE_VERSION.tgz
6162
npm list
6263
node test-runner.js

0 commit comments

Comments
 (0)