-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
F3-testfix tests or CIfix tests or CI
Description
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:
substrate-api-client/.github/workflows/ci.yml
Line 178 in 839ba6f
| 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 CIfix tests or CI