Skip to content

Commit ab05a43

Browse files
committed
ci: update npm to 11.6.4
1 parent 951acac commit ab05a43

6 files changed

Lines changed: 7 additions & 561 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
node-version-file: package.json
2222
cache: 'npm'
2323

24-
# npm > 11.6.0 has a bug with missing optional dependencies
25-
- run: npm install -g npm@11.6.0
24+
- run: npm install -g npm@11.6.4
2625

2726
- run: npm ci
2827

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
node-version-file: package.json
2222
cache: 'npm'
2323

24-
# npm > 11.6.0 has a bug with missing optional dependencies
25-
- run: npm install -g npm@11.6.0
24+
- run: npm install -g npm@11.6.4
2625

2726
- run: npm ci
2827

.github/workflows/pr-title.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
node-version-file: package.json
2222
cache: 'npm'
2323

24-
# npm > 11.6.0 has a bug with missing optional dependencies
25-
- run: npm install -g npm@11.6.0
24+
- run: npm install -g npm@11.6.4
2625

2726
- run: npm ci
2827

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
node-version-file: package.json
2222
cache: 'npm'
2323

24-
# npm > 11.6.0 has a bug with missing optional dependencies
25-
- run: npm install -g npm@11.6.0
24+
- run: npm install -g npm@11.6.4
2625

2726
- run: npm ci
2827

0 commit comments

Comments
 (0)