diff --git a/.circleci/config.yml b/.circleci/config.yml index f2af197..d11babe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: - run: name: Install typescript command: | - npm install --no-save typescript@4.5.5 + npm install --no-save typescript@4.7.4 - run: name: Run tests command: npm test