Skip to content

Commit

Permalink
Änderungen teilweise zurück gerollt und Abhängigkeiten ausgebaut.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenLammers committed Sep 26, 2024
1 parent cd28524 commit 030975a
Show file tree
Hide file tree
Showing 3 changed files with 7,649 additions and 11,875 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v2
- name: Setup node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v1
with:
node-version: '12.22.12'
node-version: '10.9.0'
- name: Install dependencies
run: |
cd sonarQuest-frontend
Expand Down
Loading

0 comments on commit 030975a

Please sign in to comment.