aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorsilverwind2022-10-28 15:40:50 +0200
committerGitHub2022-10-28 09:40:50 -0400
commitb1dd1ba48f8f3e800e923b748cece80e7ed4956c (patch)
treee52545497415a1f9b516fb19edc7ddd1439fc113 /.drone.yml
parentf337c32e868381c6d2d948221aca0c59f8420c13 (diff)
Update JS dependencies and misc tweaks (#21583)
- Update all JS dependencies to latest version - Disable two redundant eslint rules - Adapt stylelint config to codebase - Regenerate SVGs - Make file editor spinner "reserve" height so page does not shift - Tested katex, swagger, monaco Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 8a73e84a0..f2b34ef7e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -561,7 +561,7 @@ steps:
# TODO: We should probably build all dependencies into a test image
- name: test-e2e
- image: mcr.microsoft.com/playwright:v1.27.0-focal
+ image: mcr.microsoft.com/playwright:v1.27.1-focal
commands:
- curl -sLO https://go.dev/dl/go1.19.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea