Skip to content

Commit 329d903

Browse files
update test to expect npm verion 11 instead of 8
1 parent 077c0c4 commit 329d903

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/smoke-npm-group-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ output:
5252
data:
5353
ecosystem_versions:
5454
package_managers:
55-
npm: 8
55+
npm: 11
5656
- type: update_dependency_list
5757
expect:
5858
data:

tests/smoke-npm-remove-transitive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ output:
3838
data:
3939
ecosystem_versions:
4040
package_managers:
41-
npm: 8
41+
npm: 11
4242
- type: update_dependency_list
4343
expect:
4444
data:

tests/smoke-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ output:
4242
data:
4343
ecosystem_versions:
4444
package_managers:
45-
npm: 8
45+
npm: 11
4646
- type: update_dependency_list
4747
expect:
4848
data:

0 commit comments

Comments
 (0)