Fix Yarn version in devcontainer (#27788)
This commit is contained in:
parent
548bb30b2a
commit
b87bfb8c96
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ bundle install
|
|||
git checkout -- Gemfile.lock
|
||||
|
||||
# Fetch Javascript dependencies
|
||||
corepack prepare
|
||||
yarn install --immutable
|
||||
|
||||
# [re]create, migrate, and seed the test database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue