Skip to content

Commit 6d7b62f

Browse files
authored
Update node.js.yml
1 parent 73ac73e commit 6d7b62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
cd src/npm
30-
npm install
30+
npm install express multer cors axios
3131
3232
# Run server.js in the background
3333
- name: Run server.js

0 commit comments

Comments
 (0)