test.yml remove errant with: node-version

This commit is contained in:
jtmoon79 2023-11-05 19:29:25 -08:00 committed by Dirkjan Ochtman
parent 15c8885365
commit fbd67ab02c

View File

@ -120,8 +120,6 @@ jobs:
with:
targets: ${{ matrix.target }}
- uses: Swatinem/rust-cache@v2
with:
node-version: "12"
- run: cargo build --target ${{ matrix.target }} --color=always
test_wasm: