Skip to content

Commit 6da0ba9

Browse files
author
Nima21
committed
fix: pin npm version in publish workflow to avoid MODULE_NOT_FOUND
1 parent 4787d4f commit 6da0ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-npm-on-tag.yml

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

3434
# Ensure npm 11.5.1 or later is installed
3535
- name: Update npm
36-
run: npm install -g npm@latest
36+
run: npm install -g npm@11.4.0
3737

3838
- name: Install dependencies
3939
run: npm ci

0 commit comments

Comments
 (0)