1
Fork 0

Update JS deps (#23853)

- Update all JS dependencies
- Regenerate svgs
- Tested heatmap, swagger, citation
This commit is contained in:
silverwind 2023-04-03 01:47:14 +02:00 committed by GitHub
parent d5d9c56ac2
commit af4c178452
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 409 additions and 342 deletions

View file

@ -726,7 +726,7 @@ steps:
# TODO: We should probably build all dependencies into a test image
- name: test-e2e
image: mcr.microsoft.com/playwright:v1.31.2-focal
image: mcr.microsoft.com/playwright:v1.32.1-focal
commands:
- curl -sLO https://go.dev/dl/go1.20.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea