aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorsilverwind2023-01-21 03:42:13 +0100
committerGitHub2023-01-21 10:42:13 +0800
commita1fcb1cfb84fd6b36c8fe9fd56588119fa4377bc (patch)
tree579656bd784dae89489903345ffd1f5c739f2696 /.drone.yml
parentf417157bddcc246849464d5b1d4f01536a50176e (diff)
Update JS dependencies (#22538)
- Update all JS dependencies - Add new eslint rules - Rebuild SVGs - Tested citation and build SVG changes are because of https://github.com/primer/octicons/pull/883. Co-authored-by: techknowlogick <techknowlogick@gitea.io>
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 d16386c7b..a8fa7eba3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -555,7 +555,7 @@ steps:
# TODO: We should probably build all dependencies into a test image
- name: test-e2e
- image: mcr.microsoft.com/playwright:v1.29.0-focal
+ image: mcr.microsoft.com/playwright:v1.29.2-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