Skip to content

Commit 7ca9410

Browse files
committed
chore: sync-up arborist & npm
1 parent 6fd7474 commit 7ca9410

File tree

5 files changed

+64
-64
lines changed

5 files changed

+64
-64
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
node-version-file: '.nvmrc'
2323
cache: 'npm'
2424
- name: Install npm
25-
run: npm i -g npm@11.4.2
25+
run: npm i -g npm@11.6.0
2626
shell: bash
2727
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2828
with:

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version-file: ".nvmrc"
3636
- name: Install npm
37-
run: npm i -g npm@11.4.2
37+
run: npm i -g npm@11.6.0
3838
shell: bash
3939
- run: npm ci
4040
- run: npm run pr:report
@@ -61,7 +61,7 @@ jobs:
6161
registry-url: "https://registry.npmjs.org"
6262
node-version-file: ".nvmrc"
6363
- name: Install npm
64-
run: npm i -g npm@11.4.2
64+
run: npm i -g npm@11.6.0
6565
shell: bash
6666
- name: Install dependencies
6767
run: npm ci
@@ -642,7 +642,7 @@ jobs:
642642
registry-url: "https://registry.npmjs.org"
643643
node-version-file: ".nvmrc"
644644
- name: Install npm
645-
run: npm i -g npm@11.4.2
645+
run: npm i -g npm@11.6.0
646646
shell: bash
647647
- run: npm ci
648648
shell: bash
@@ -675,7 +675,7 @@ jobs:
675675
registry-url: "https://registry.npmjs.org"
676676
node-version-file: ".nvmrc"
677677
- name: Install npm
678-
run: npm i -g npm@11.4.2
678+
run: npm i -g npm@11.6.0
679679
shell: bash
680680
- run: npm ci
681681
shell: bash
@@ -811,7 +811,7 @@ jobs:
811811
registry-url: "https://registry.npmjs.org"
812812
node-version-file: ".nvmrc"
813813
- name: Install npm
814-
run: npm i -g npm@11.4.2
814+
run: npm i -g npm@11.6.0
815815
shell: bash
816816
- run: npm ci
817817
shell: bash
@@ -843,7 +843,7 @@ jobs:
843843
registry-url: "https://registry.npmjs.org"
844844
node-version-file: ".nvmrc"
845845
- name: Install npm
846-
run: npm i -g npm@11.4.2
846+
run: npm i -g npm@11.6.0
847847
shell: bash
848848
- run: npm ci
849849
shell: bash

package-lock.json

Lines changed: 55 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@
125125
"node": "^22.14.0",
126126
"npm": ">=8.6.0"
127127
},
128-
"packageManager": "npm@11.4.2"
128+
"packageManager": "npm@11.6.0"
129129
}

utils/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"dependencies": {
88
"@coveo/semantic-monorepo-tools": "2.6.11",
9-
"@npmcli/arborist": "9.1.3",
9+
"@npmcli/arborist": "9.1.4",
1010
"conventional-changelog-conventionalcommits": "8.0.0",
1111
"dependency-graph": "1.0.0",
1212
"octokit": "4.1.4",

0 commit comments

Comments
 (0)