From 02c0b156b6319415b2a7532bab6a26648ed9be19 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 14 Jun 2023 00:41:41 +0200 Subject: [PATCH] Node is not necessary --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bca18ee..724bbb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,6 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: targets: wasm32-unknown-unknown - - uses: actions/setup-node@v3 - with: - node-version: 'lts/*' - registry-url: 'https://registry.npmjs.org' - uses: Homebrew/actions/setup-homebrew@master - name: Install wasm-opt run: brew update && brew install binaryen