chore: Upgrade Node.js to v20 (#7759)

Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Shivam Mishra
2023-08-28 19:20:35 +05:30
committed by GitHub
co-authored by Vishnu Narayanan Pranav Raj S
parent 57feedbf25
commit e2a6dc3e04
11 changed files with 50 additions and 36 deletions
+1
View File
@@ -2,6 +2,7 @@
# https://github.com/rails/rails/issues/43906#issuecomment-1099992310
task before_assets_precompile: :environment do
# run a command which starts your packaging
ENV['NODE_OPTIONS'] = '--openssl-legacy-provider'
system('yarn')
end