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 d496d14 Update config.yml
d496d14 is described below
commit d496d14c3566f954598f3b1b42d62984514fcaa5
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 17:30:27 2024 -0700
Update config.yml
---
.circleci/config.yml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7f3ee59..90432cd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,11 +6,11 @@ orbs:
jobs:
build:
docker:
- - image: cimg/node:20.13.1
+ - image: cimg/node:18.14.0
steps:
- checkout
- node/install:
- node-version: "20.13.1"
+ node-version: "18.14.0"
- run:
name: Install dependencies
command: npm install
@@ -36,4 +36,8 @@ jobs:
workflows:
build:
jobs:
- - build
+ - build:
+ filters:
+ branches:
+ only:
+ - main