use nodejs 18 instead of 16

This commit is contained in:
Charlotte 🦝 Delenk 2023-05-21 19:55:51 +01:00
parent b2ab53cce3
commit 050ff1b48c
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -60,5 +60,5 @@ in
checkPhase = "";
installCheckPhase = "";
});
nodejs-16_x = super.nodejs-17_x;
nodejs-16_x = super.nodejs-18_x;
}