Skip to content

Commit d10f7c6

Browse files
author
Artem
committed
add deps for executor
1 parent 38499f2 commit d10f7c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,12 @@ jobs:
828828
enum: [ 'staging', 'production' ]
829829
steps:
830830
- checkout
831+
- node/install:
832+
node-version: '18.15.0'
833+
- run:
834+
name: install dependencies
835+
command: |
836+
sudo apt-get update -y && sudo apt-get install -y ca-certificates
831837
- run:
832838
name: Build sources
833839
command: ./.circleci/build/build.sh

0 commit comments

Comments
 (0)