Upgrade deno, ensure downloads/updates on chef client runs

This commit is contained in:
2025-04-18 16:19:29 +04:00
parent 617f7959ab
commit 5ddfe642eb
4 changed files with 17 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ describe file('/usr/local/bin/deno') do
end
describe bash('deno -v') do
its('stdout') { should match /deno 1\.44\.1/ }
its('stdout') { should match /deno 2\.2\.10/ }
its('stderr') { should eq '' }
its('exit_status') { should eq 0 }
end