tests: fix test breakage in Github CI.

Fix tests not working in Github. They were failing because the latest
version of Webpack needs a version of Node newer than the version in
shipped Ubuntu 20.04.

Also fix the Docker build failing because of the system timezone
database not being installed in Ubuntu 20.10.
This commit is contained in:
evazion
2021-02-05 02:49:00 -06:00
parent 3639d7eae5
commit 9a0a988572
4 changed files with 7 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: ubuntu:20.04
container: ubuntu:20.10
defaults:
run: