Skip to content

Commit 9ac5bd8

Browse files
committed
Fix for unmet peer dependencies
1 parent 57f7ea8 commit 9ac5bd8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/nodejs-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
cd ../$sample_code_node
6060
npm install
6161
npm install file:../$sdk_node/authorizenet-$PACKAGE_VERSION.tgz
62+
if [[ ${{matrix.node-ver}} = 14* ]]; then
63+
npm install ajv@5.5.2
64+
fi
6265
npm list
6366
node test-runner.js
6467

0 commit comments

Comments
 (0)