Skip to content

Commit 608005d

Browse files
authored
chore: @npmcli/[email protected] (#6812)
1 parent da3c0d4 commit 608005d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+251
-87
lines changed

.github/workflows/audit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ jobs:
2525
git config --global user.name "npm CLI robot"
2626
- name: Setup Node
2727
uses: actions/setup-node@v3
28+
id: node
2829
with:
29-
node-version: 18.x
30+
node-version: 20.x
31+
check-latest: contains('20.x', '.x')
3032
cache: npm
33+
3134
- name: Check Git Status
3235
run: node scripts/git-dirty.js
3336
- name: Reset Deps

.github/workflows/ci-libnpmaccess.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmdiff.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmexec.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmfund.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmhook.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmorg.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmpack.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmpublish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmsearch.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmteam.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

.github/workflows/ci-libnpmversion.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ jobs:
3434
git config --global user.name "npm CLI robot"
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
37+
id: node
3738
with:
38-
node-version: 18.x
39+
node-version: 20.x
40+
check-latest: contains('20.x', '.x')
3941
cache: npm
42+
4043
- name: Check Git Status
4144
run: node scripts/git-dirty.js
4245
- name: Reset Deps
@@ -69,6 +72,7 @@ jobs:
6972
- 16.x
7073
- 18.0.0
7174
- 18.x
75+
- 20.x
7276
runs-on: ${{ matrix.platform.os }}
7377
defaults:
7478
run:
@@ -82,9 +86,12 @@ jobs:
8286
git config --global user.name "npm CLI robot"
8387
- name: Setup Node
8488
uses: actions/setup-node@v3
89+
id: node
8590
with:
8691
node-version: ${{ matrix.node-version }}
92+
check-latest: contains(matrix.node-version, '.x')
8793
cache: npm
94+
8895
- name: Check Git Status
8996
run: node scripts/git-dirty.js
9097
- name: Reset Deps

0 commit comments

Comments
 (0)