diff --git a/.github/workflows/bug-debugger.yml b/.github/workflows/bug-debugger.yml index b2f7e382b..c4c8db99d 100644 --- a/.github/workflows/bug-debugger.yml +++ b/.github/workflows/bug-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Add Comment uses: ./.github/actions/AddComment with: diff --git a/.github/workflows/by-design-closer-debugger.yml b/.github/workflows/by-design-closer-debugger.yml index 888d3a548..5bdf568a4 100644 --- a/.github/workflows/by-design-closer-debugger.yml +++ b/.github/workflows/by-design-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/by-design-closer.yml b/.github/workflows/by-design-closer.yml index 2334dedb3..e78f39222 100644 --- a/.github/workflows/by-design-closer.yml +++ b/.github/workflows/by-design-closer.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/duplicate-closer.yml b/.github/workflows/duplicate-closer.yml index 9811a82b9..533d3ed47 100644 --- a/.github/workflows/duplicate-closer.yml +++ b/.github/workflows/duplicate-closer.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/enhancement-closer-no-milestone.yml b/.github/workflows/enhancement-closer-no-milestone.yml index 6399f5915..be811ad69 100644 --- a/.github/workflows/enhancement-closer-no-milestone.yml +++ b/.github/workflows/enhancement-closer-no-milestone.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/enhancement-closer-triage.yml b/.github/workflows/enhancement-closer-triage.yml index 36d531b2a..93b26598b 100644 --- a/.github/workflows/enhancement-closer-triage.yml +++ b/.github/workflows/enhancement-closer-triage.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/enhancement-reopener.yml b/.github/workflows/enhancement-reopener.yml index d14db1046..7a12326fc 100644 --- a/.github/workflows/enhancement-reopener.yml +++ b/.github/workflows/enhancement-reopener.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Run Reopener uses: ./.github/actions/Reopener with: diff --git a/.github/workflows/external-closer-debugger.yml b/.github/workflows/external-closer-debugger.yml index 057ba636c..e77f49df2 100644 --- a/.github/workflows/external-closer-debugger.yml +++ b/.github/workflows/external-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/feature-request-closer-no-milestone.yml b/.github/workflows/feature-request-closer-no-milestone.yml index ea228c638..00c35ed11 100644 --- a/.github/workflows/feature-request-closer-no-milestone.yml +++ b/.github/workflows/feature-request-closer-no-milestone.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/feature-request-closer-triage.yml b/.github/workflows/feature-request-closer-triage.yml index 8c831f1f8..928f93ec6 100644 --- a/.github/workflows/feature-request-closer-triage.yml +++ b/.github/workflows/feature-request-closer-triage.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/feature-request-debugger.yml b/.github/workflows/feature-request-debugger.yml index edccd38aa..be31022ec 100644 --- a/.github/workflows/feature-request-debugger.yml +++ b/.github/workflows/feature-request-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Add Comment uses: ./.github/actions/AddComment with: diff --git a/.github/workflows/feature-request-reopener.yml b/.github/workflows/feature-request-reopener.yml index b98633b2f..b6450e681 100644 --- a/.github/workflows/feature-request-reopener.yml +++ b/.github/workflows/feature-request-reopener.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Run Reopener uses: ./.github/actions/Reopener with: diff --git a/.github/workflows/investigate-closer-debugger.yml b/.github/workflows/investigate-closer-debugger.yml index 2b0a0fa10..c8f130526 100644 --- a/.github/workflows/investigate-closer-debugger.yml +++ b/.github/workflows/investigate-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/investigate-costing-closer-debugger.yml b/.github/workflows/investigate-costing-closer-debugger.yml index d585a9c1d..7f829a432 100644 --- a/.github/workflows/investigate-costing-closer-debugger.yml +++ b/.github/workflows/investigate-costing-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 30abd082e..a9e347b69 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Run Locker uses: ./.github/actions/Locker with: diff --git a/.github/workflows/more-info-needed-closer-debugger.yml b/.github/workflows/more-info-needed-closer-debugger.yml index 183c76068..5fa5a5d8f 100644 --- a/.github/workflows/more-info-needed-closer-debugger.yml +++ b/.github/workflows/more-info-needed-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/more-info-needed-closer.yml b/.github/workflows/more-info-needed-closer.yml index f9e6a080a..a119069dd 100644 --- a/.github/workflows/more-info-needed-closer.yml +++ b/.github/workflows/more-info-needed-closer.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/question-closer-debugger.yml b/.github/workflows/question-closer-debugger.yml index 44bbf8fa1..3289c31e3 100644 --- a/.github/workflows/question-closer-debugger.yml +++ b/.github/workflows/question-closer-debugger.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: diff --git a/.github/workflows/question-closer.yml b/.github/workflows/question-closer.yml index 86df2b0ea..ee66b6352 100644 --- a/.github/workflows/question-closer.yml +++ b/.github/workflows/question-closer.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Actions - run: cd ./.github/actions && npm install --production && cd ../.. + run: cd ./.github/actions && npm ci --omit=dev && cd ../.. - name: Stale Closer uses: ./.github/actions/StaleCloser with: