We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ac73e commit 6d7b62fCopy full SHA for 6d7b62f
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
cd src/npm
30
- npm install
+ npm install express multer cors axios
31
32
# Run server.js in the background
33
- name: Run server.js
0 commit comments