diff --git a/.circleci/config.yml b/.circleci/config.yml index 95f485bd..9af47e0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,6 +45,7 @@ jobs: <<: *defaults steps: - checkout + - node/install-packages - run: name: "pull editor and www translations" command: | @@ -73,6 +74,7 @@ jobs: <<: *defaults steps: - checkout + - node/install-packages - run: npm run sync:help workflows: version: 2