From 3d13dff14d03987af927c75c9fa49a02b97d0869 Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Tue, 11 Jun 2024 16:28:24 +0200 Subject: [PATCH] yarn lint --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a18a09..e5cc99c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: unitTest: docker: - - image: web3f/node-dind:v1 + - image: web3f/node-dind:v3 - image: parity/polkadot:v1.1.0 name: polkadot command: --chain=kusama-dev --rpc-port 11000 --alice --rpc-external --rpc-methods=Unsafe --rpc-cors=all @@ -23,7 +23,7 @@ jobs: yarnLint: docker: - - image: web3f/node-dind:v1 + - image: web3f/node-dind:v3 steps: - checkout - run: yarn