chore: Fix nox version in versions table (#86)

Fix nox version in versions table
This commit is contained in:
Anatolios Laskaris 2023-06-13 14:24:01 +03:00 committed by GitHub
parent 5808862fbd
commit 760738d192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ jobs:
## Used versions
| name | version |
| -------------- | -------------------------------------------------------------------- |
| rust-peer | $(docker run --rm --entrypoint=fluence ${RUST_PEER_IMAGE} --version) |
| nox | $(docker run --rm --entrypoint=nox ${RUST_PEER_IMAGE} --version) |
| avm | $(dasel -f package-lock.json -p json -m --plain 'packages.(?:-=node_modules/@fluencelabs/avm).version') |
| marine-js | $(dasel -f package-lock.json -p json -m --plain 'packages.(?:-=node_modules/@fluencelabs/marine-js).version') |
| aqua | $(npx aqua --version) |