Skip to content

Use new docker image of substrate in CI #720

@masapr

Description

@masapr

The CI gives warnings:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

After checking, I saw that we are still using an old docker image from parity for our tests:

docker run -p 9944:9944 -p 9933:9933 -p 30333:30333 parity/substrate:latest --dev --rpc-external &

I'm not sure, which is the correct new one. So this should be checked and then the CI code updated

Metadata

Metadata

Assignees

Labels

F3-testfix tests or CI

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions