Skip to content

Commit 38eb265

Browse files
authored
Merge branch 'main' into fix/create-unknown-vite-template-clean
2 parents 55d1b69 + c09c5a9 commit 38eb265

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.14.1

packages/cli/snap-tests-global/npm-global-uninstall-shared-bin-name/snap.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ link exists
1313
"name": "npm-global-shared-cli",
1414
"package": "npm-global-shared-pkg-a",
1515
"version": "",
16-
"nodeVersion": "24.14.0",
16+
"nodeVersion": "24.14.1",
1717
"source": "npm"
1818
}
1919
> npm install -g --force ./pkg-b # Install pkg-b with force (overwrites npm-global-shared-cli)
@@ -30,7 +30,7 @@ link exists
3030
"name": "npm-global-shared-cli",
3131
"package": "npm-global-shared-pkg-b",
3232
"version": "",
33-
"nodeVersion": "24.14.0",
33+
"nodeVersion": "24.14.1",
3434
"source": "npm"
3535
}
3636
> npm-global-shared-cli # Should print pkg-b message (latest installed)

0 commit comments

Comments
 (0)