We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f7ea8 commit 9ac5bd8Copy full SHA for 9ac5bd8
1 file changed
.github/workflows/nodejs-workflow.yml
@@ -59,6 +59,9 @@ jobs:
59
cd ../$sample_code_node
60
npm install
61
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
65
npm list
66
node test-runner.js
67
0 commit comments