diff --git a/.github/workflows/elixir_ci.yml b/.github/workflows/elixir_ci.yml index cb6daa5..5313249 100644 --- a/.github/workflows/elixir_ci.yml +++ b/.github/workflows/elixir_ci.yml @@ -45,14 +45,6 @@ jobs: - name: Install dependencies run: mix deps.get - - name: Install Node.js (for assets) - uses: actions/setup-node@v3 - with: - node-version: 16 - - - name: Install npm dependencies - run: npm install --prefix assets - - name: Compile Elixir code run: mix compile