Skip to content

Commit

Permalink
Fehlerbehebung
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres-23-wq committed Mar 7, 2024
1 parent 116504e commit 95a0ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '16'
#- name: Install Dependencies
# run: npm install --force
- name: Install Dependencies
run: npm install --force
- name: Code Linting (with Fix)
run: npm run eslint -- --fix
- name: Build
Expand Down

0 comments on commit 95a0ad1

Please sign in to comment.