Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request deriv-com#528 from matin-org/matin/61183/npm_audit
Browse files Browse the repository at this point in the history
Matin/fix: npm audit all packages
  • Loading branch information
matin-deriv authored Mar 29, 2023
2 parents 16b6dc1 + 94e06b7 commit ae53e72
Show file tree
Hide file tree
Showing 3 changed files with 7,251 additions and 26,307 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ commands:
jobs:
test:
docker:
- image: circleci/node:9.8.0-stretch
- image: circleci/node:12.22
steps:
- git_checkout_from_cache
- npm_install
- test
release_beta:
docker:
- image: circleci/node:9.8.0-stretch
- image: circleci/node:12.22
steps:
- git_checkout_from_cache
- npm_install
Expand All @@ -199,7 +199,7 @@ jobs:
- notify_slack
release_production:
docker:
- image: circleci/node:9.8.0-stretch
- image: circleci/node:12.22
steps:
- git_checkout_from_cache
- npm_install
Expand Down
Loading

0 comments on commit ae53e72

Please sign in to comment.