From 1a2d122d4c8ad8f0e1699e79a1b258ef5e76e226 Mon Sep 17 00:00:00 2001 From: Gabrielparizet Date: Wed, 5 Jun 2024 16:17:36 +0200 Subject: [PATCH] meee --- .github/workflows/elixir_ci.yml | 8 -------- 1 file changed, 8 deletions(-) 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