From a5cf5e32a6e1541729c37a9c9f918486293b3f1d Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sat, 3 Oct 2020 02:41:45 +0500 Subject: [PATCH] test: update dredd to 13.1.2 --- .circleci/config.yml | 2 +- Taskfile.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0baade33..3f282ba3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,7 +116,7 @@ jobs: - run: task deps - run: task compile - *test-compile-changes -# - *unlock-gpg + - *unlock-gpg - run: task build - *store-bin-artifacts diff --git a/Taskfile.yml b/Taskfile.yml index fcf275ec..6bd9a846 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -43,8 +43,8 @@ tasks: desc: Installs requirements for integration testing with dredd dir: web cmds: - - npm install dredd@5.1.5 - - npm audit fix + - npm install dredd@13.1.2 + - npm audit fix deps:tools: desc: Installs tools needed