Skip to content

Commit 71a9d47

Browse files
committed
fix workflow
1 parent 5b46151 commit 71a9d47

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ env:
1010
jobs:
1111
quality_checks:
1212
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@main
13-
with:
14-
node_version: '20'
1513
secrets:
1614
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1715

.github/workflows/pull_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313

1414
quality_checks:
1515
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@main
16-
with:
17-
node_version: '20'
1816
secrets:
1917
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2018

0 commit comments

Comments
 (0)