Skip to content

Commit

Permalink
checking versions
Browse files Browse the repository at this point in the history
  • Loading branch information
luiz-lvj committed Sep 30, 2024
1 parent c1ec948 commit 66824d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Output versions
run: |
echo "Node version:"
node --version
echo "NPM version:"
npm --version
echo "Rust version:"
rustc --version
echo "Cargo version:"
cargo --version
echo "wasm-pack version:"
wasm-pack --version
echo "Docker version:"
docker --version
echo "Docker Compose version:"
docker compose version
- name: Build and check for changes in generated code
working-directory: tools/npm/garaga_ts
run: |
Expand Down

0 comments on commit 66824d6

Please sign in to comment.