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 49b142b Update config.yml
49b142b is described below
commit 49b142bee95ac4fcecf96fab3bc24a27ffdbee19
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 17:43:49 2024 -0700
Update config.yml
---
.circleci/config.yml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 143c810..31d5ba8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -9,11 +9,6 @@ jobs:
- image: cimg/node:22.2.0
steps:
- checkout
- - node/install:
- node-version: "22.2.0"
- - run:
- name: Update NPM to specific version
- command: npm install -g [email protected]
- run:
name: Install dependencies
command: npm install