This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 74f10db Update config.yml
74f10db is described below
commit 74f10db4ba4493370cc269bca1122bb5cf975993
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 17:38:29 2024 -0700
Update config.yml
---
.circleci/config.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 85b5767..dc5cf46 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,6 +10,9 @@ jobs:
steps:
- checkout
- node/install
+ - run:
+ name: Update NPM
+ command: npm install -g npm
- run:
name: Install dependencies
command: npm install