Skip to content

Commit

Permalink
Add yarn to engines
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Dec 11, 2023
1 parent bac9015 commit 2b7b1fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ require_relative 'config/application'

Rails.application.load_tasks

Rake::Task["shakapacker:check_yarn"].clear
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
"npm": ">=9.6.7",
"yarn": "~1.22.1"
}
}

0 comments on commit 2b7b1fd

Please sign in to comment.