From 25c5ba26ea42e535e628a7415773d8ad4cf0420f Mon Sep 17 00:00:00 2001 From: JP Lomas Date: Mon, 8 Nov 2021 11:00:02 +0000 Subject: [PATCH] update node orb --- .circleci/config.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d283aefd..2c1cd0a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - node: circleci/node@1.1 + node: circleci/node@4.7.0 jobs: build: executor: @@ -8,6 +8,10 @@ jobs: tag: '12.14' steps: - checkout + - run: + name: update certificates + command: | + sudo apt-get update && sudo apt-get upgrade -y - run: name: install meteor command: |