Skip to content

Commit 4084548

Browse files
committed
fix: use a specific npm package version
1 parent 50044b8 commit 4084548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Ensure npm 11.5.1 or later for trusted publishing
3434
- name: Install npm
35-
run: npm install -g npm@latest
35+
run: npm install -g npm@~11.10.0
3636

3737
- name: Install dependencies
3838
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)