Skip to content

Commit 51f2f90

Browse files
authored
fix: Update node:version task to use pnpm-lock.yaml
1 parent 73d785d commit 51f2f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ namespace :node do
547547

548548
# Update package-lock.json
549549
sh 'pnpm install --dir javascript/selenium-webdriver', verbose: true
550-
@git.add('javascript/selenium-webdriver/pnpm-lock.json')
550+
@git.add('javascript/selenium-webdriver/pnpm-lock.yaml')
551551
end
552552
end
553553

0 commit comments

Comments
 (0)