Skip to content

Commit

Permalink
chore: remove external github action to install elixir: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 29, 2024
1 parent eeb6055 commit 01a6421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend_on_push_branch_execute_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_VERSION}}

- run: npm --prefix frontend --cache npm-cache ci
- run: npm --prefix frontend ci

frontend_check_npm_lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 01a6421

Please sign in to comment.