diff options
author | silverwind | 2022-11-22 01:58:55 +0100 |
---|---|---|
committer | GitHub | 2022-11-22 08:58:55 +0800 |
commit | c8b217110ba44ca50f565aa521d5ae63003d8b5a (patch) | |
tree | 59fbf33653e2e7a865779e8d7fafdcb072a8a32e /.drone.yml | |
parent | 1c7496c7a7e4c3145ab90bbef129dd7c1a0189dd (diff) |
Update JS dependencies (#21881)
- Update all JS deps
- Regenerate SVGs
- Add new eslint rules, fix issues
- Tested Mermaid, Swagger, Vue, Webpack, Citation
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
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 5127b5437..d349a5f2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -551,7 +551,7 @@ steps: # TODO: We should probably build all dependencies into a test image - name: test-e2e - image: mcr.microsoft.com/playwright:v1.27.1-focal + image: mcr.microsoft.com/playwright:v1.28.0-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 |