diff options
author | silverwind <me@silverwind.io> | 2023-04-03 01:47:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 19:47:14 -0400 |
commit | af4c1784520cddf72408a498be2c60bc98661a35 (patch) | |
tree | ca79af418c4d395ef45d28e8d41696a46cbd4a12 /.drone.yml | |
parent | d5d9c56ac26e2b88db40ce516151c63495bc3e77 (diff) | |
download | gitea-af4c1784520cddf72408a498be2c60bc98661a35.tar.gz gitea-af4c1784520cddf72408a498be2c60bc98661a35.zip |
Update JS deps (#23853)
- Update all JS dependencies
- Regenerate svgs
- Tested heatmap, swagger, citation
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index b74fed8372..225192c5d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |