]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nodejs/templates/default/yarn.erb
Switch to using nodesource repos for nodejs
[chef.git] / cookbooks / nodejs / templates / default / yarn.erb
diff --git a/cookbooks/nodejs/templates/default/yarn.erb b/cookbooks/nodejs/templates/default/yarn.erb
deleted file mode 100644 (file)
index ed0b15f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-<% if node[:lsb][:release].to_f < 22.04 -%>
-exec /usr/bin/yarnpkg --ignore-engines "$@"
-<% else -%>
-exec /usr/bin/yarnpkg "$@"
-<% end -%>