Skip to content

Commit 07552f5

Browse files
committed
chore: don't run npm update in CI
1 parent 05dbba5 commit 07552f5

18 files changed

Lines changed: 3 additions & 133 deletions

.github/workflows/ci-libnpmaccess.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmdiff.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmexec.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmfund.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmorg.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmpack.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmpublish.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmsearch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmteam.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

.github/workflows/ci-libnpmversion.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
node-version: 22.x
4343
check-latest: contains('22.x', '.x')
4444
cache: npm
45-
- name: Install Latest npm
46-
uses: ./.github/actions/install-latest-npm
47-
with:
48-
node: ${{ steps.node.outputs.node-version }}
4945
- name: Check Git Status
5046
run: node scripts/git-dirty.js
5147
- name: Reset Deps
@@ -106,10 +102,6 @@ jobs:
106102
node-version: ${{ matrix.node-version }}
107103
check-latest: contains(matrix.node-version, '.x')
108104
cache: npm
109-
- name: Install Latest npm
110-
uses: ./.github/actions/install-latest-npm
111-
with:
112-
node: ${{ steps.node.outputs.node-version }}
113105
- name: Check Git Status
114106
run: node scripts/git-dirty.js
115107
- name: Reset Deps

0 commit comments

Comments
 (0)