diff --git a/.circleci/config.yml b/.circleci/config.yml
index a6e73dc225d812f55d0e610f81aa5d27363a1012..e82649a183de69e2d237bf31b7cfa72fb51b3701 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -48,8 +48,8 @@ jobs:
     <<: *defaults
     steps:
       - *restore_git_cache
-      - *restore_npm_cache
       - checkout
+      - *restore_npm_cache
       - run: npm install
       - *save_git_cache
       - *save_npm_cache