Skip to content

Commit

Permalink
yarn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Jun 11, 2024
1 parent 3839588 commit 3d13dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,7 +23,7 @@ jobs:

yarnLint:
docker:
- image: web3f/node-dind:v1
- image: web3f/node-dind:v3
steps:
- checkout
- run: yarn
Expand Down

0 comments on commit 3d13dff

Please sign in to comment.