Skip to content

Commit 38942ae

Browse files
committed
chore: remove npm downgrade option
1 parent 6efacf2 commit 38942ae

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/build-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
with:
1818
node-version: 20.19.6
1919
cache: 'npm'
20-
# Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
21-
- run: npm install -g npm@9
2220
- run: npm ci
2321
- name: Run build step
2422
run: npm run build

.github/workflows/sonarqube-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
with:
2323
node-version: 20.19.6
2424
cache: 'npm'
25-
# Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
26-
- run: npm install -g npm@9
2725
- run: npm ci
2826
- name: Run test cov
2927
run: npm run test:cov

.github/workflows/tests-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
with:
3131
node-version: 20.19.6
3232
cache: 'npm'
33-
# Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
34-
- run: npm install -g npm@9
3533
- run: npm ci
3634
- name: Run unit tests
3735
run: npm test

0 commit comments

Comments
 (0)