Skip to content

Commit

Permalink
Checking user-installed node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gnongsie committed Aug 30, 2024
1 parent 4a27148 commit 95c28e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
PACKAGE_VERSION=$(grep '"version"' package.json | cut -d '"' -f 4 | head -n 1)
cd ../$sample_code_node
npm install file:../$sdk_node/authorizenet-$PACKAGE_VERSION.tgz
npm list
node test-runner.js

0 comments on commit 95c28e4

Please sign in to comment.