Skip to content

Commit

Permalink
fix #60 qs vulnerable version via dropbox-v2-api 2.5.9
Browse files Browse the repository at this point in the history
improve install github actions step
  • Loading branch information
boly38 committed Dec 10, 2022
1 parent e7b3338 commit 88db7b3
Show file tree
Hide file tree
Showing 3 changed files with 5,201 additions and 5,190 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@ jobs:
package-lock.json
- name: Install dependencies
# - run: npm ci # need package.json.lock
run: npm install
# npx force-resolutions : in case of Permission denied: run it locally to fix package-lock.json
run: |
echo "install"
npm run preinstall
npm install
echo "show outdated (if any)"
npm outdated --depth=3 || echo "you must think about update your dependencies :)"
- name: Setup mongosh # src: https://www.mongodb.com/docs/mongodb-shell/install/
run: |
Expand Down
Loading

0 comments on commit 88db7b3

Please sign in to comment.