Skip to content

Commit

Permalink
fix: from ros container and install node
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikitop committed Oct 14, 2024
1 parent 38b224b commit 2576f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2576f59

Please sign in to comment.