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 ffb2074  Update config.yml
ffb2074 is described below

commit ffb207435cf00673184d8a87e576f321d57b54d6
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 17:41:51 2024 -0700

    Update config.yml
---
 .circleci/config.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index dc5cf46..143c810 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,13 +6,14 @@ orbs:
 jobs:
   build:
     docker:
-      - image: cimg/node:current
+      - image: cimg/node:22.2.0
     steps:
       - checkout
-      - node/install
+      - node/install:
+          node-version: "22.2.0"
       - run:
-          name: Update NPM
-          command: npm install -g npm
+          name: Update NPM to specific version
+          command: npm install -g [email protected]
       - run:
           name: Install dependencies
           command: npm install

Reply via email to