Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 3c7fdd5

Browse files
Weitere Anpassungen an der Github-Action
1 parent a23d24a commit 3c7fdd5

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/sonarquest-ci.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,15 @@ jobs:
5757

5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v4
6161
- name: Setup node.js
62-
uses: actions/setup-node@v1
62+
uses: actions/setup-node@v4
6363
with:
64-
node-version: '12.0.0'
65-
- name: Cache Node.js modules
66-
uses: actions/cache@v2
67-
with:
68-
# npm cache files are stored in `~/.npm` on Linux/macOS
69-
path: ~/.npm
70-
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
71-
restore-keys: |
72-
${{ runner.OS }}-node-
73-
${{ runner.OS }}-
64+
node-version: '14.21.3'
7465
- name: Install dependencies
7566
run: |
7667
cd sonarQuest-frontend
77-
npm ci
68+
npm i
7869
- name: Build Angular app
7970
run: |
8071
cd sonarQuest-frontend

0 commit comments

Comments
 (0)