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

commit 09e748f723417046e91c74feaabe9be750a3b6e6
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 17:36:26 2024 -0700

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 4eeb86a..85b5767 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,11 +6,10 @@ orbs:
 jobs:
   build:
     docker:
-      - image: cimg/node:18.14.0
+      - image: cimg/node:current
     steps:
       - checkout
-      - node/install:
-          node-version: "18.14.0"
+      - node/install
       - run:
           name: Install dependencies
           command: npm install

Reply via email to