Skip to content

Commit

Permalink
Node Version im GitHub-Action-Skript angepasst.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenLammers committed Sep 26, 2024
1 parent 1ca27cd commit a23d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.0.0'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit a23d24a

Please sign in to comment.