Skip to content

Commit 48d1065

Browse files
MantisCloneCopilot
andauthored
Update .github/workflow/npm-publish.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4205327 commit 48d1065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflow/npm-publish.yaml

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

2626
# Ensure npm 11.5.1 or later is installed
2727
- name: Update npm
28-
run: npm install -g npm@latest
28+
run: npm install -g npm@^11.5.1
2929

3030
- name: Install dependencies 📥
3131
run: npm ci

0 commit comments

Comments
 (0)