]> source.dussan.org Git - gitea.git/commit
Use node:16.5 for frontend instead of node:16 (#16591)
authorzeripath <art27@cantab.net>
Sun, 1 Aug 2021 14:33:02 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Aug 2021 14:33:02 +0000 (17:33 +0300)
commite3b6526922367db57698025f4e11066f3ecff32c
treee8f84fb615826631e4f8a6f6b5c482598a83db8c
parentb73e4216463632ead1b5bcf8b12ae50e0bcfe6c5
Use node:16.5 for frontend  instead of node:16 (#16591)

* Disable frontend testing

Jest does not appear to work on the latest node 16.6.0 and fails with an inscrutable
message.

I have been unable to work out what the problem is. This PR simply disables the
test-frontend part in the makefile.

Another alternative would be to drop node to node 14 - which is the LTS for node.

Signed-off-by: Andrew Thornton <art27@cantab.net>
* actually just tell on 16.5 instead

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Use node 16.5 instead of 16

Signed-off-by: Andrew Thornton <art27@cantab.net>
.drone.yml