From 2576f5971991f9e3ebef1b688285e93449d1cee2 Mon Sep 17 00:00:00 2001 From: Dimitri Nikitopoulos Date: Mon, 14 Oct 2024 12:07:36 -0400 Subject: [PATCH] fix: from ros container and install node --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4620ad73..22fe6eb7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,10 +9,10 @@ jobs: - image: osrf/ros:iron-desktop steps: - checkout - - sixrs-gke/setup-private-npm - run: name: Install Dependencies command: curl -o /tmp/nodejs.deb https://deb.nodesource.com/node_20.x/pool/main/n/nodejs/nodejs_20.15.1-1nodesource1_$(dpkg --print-architecture).deb && apt-get update && apt-get install -y /tmp/nodejs.deb + - sixrs-gke/setup-private-npm - sixrs-gke/run-release - run: name: install