Skip to content

Commit

Permalink
Updated Node to version 14
Browse files Browse the repository at this point in the history
Moved from bento to ubuntu 20.04 as it was causing some issues
  • Loading branch information
deadmantfa committed Jul 13, 2021
1 parent b4e4903 commit 5a8a775
Show file tree
Hide file tree
Showing 3 changed files with 1,254 additions and 1,159 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
# vagrant configure
Vagrant.configure(2) do |config|
# select the box
config.vm.box = 'bento/ubuntu-20.04'
config.vm.box = 'ubuntu/focal64'

# should we ask about box updates?
config.vm.box_check_update = options['box_check_update']
Expand Down
Loading

0 comments on commit 5a8a775

Please sign in to comment.