diff options
author | silverwind | 2022-10-10 14:02:20 +0200 |
---|---|---|
committer | GitHub | 2022-10-10 20:02:20 +0800 |
commit | 7044d34ae577b54d42ea5dee13faa772036e9a77 (patch) | |
tree | 5c9fe498a97bf62db9acadf6f8827c2b08fe03b9 /.drone.yml | |
parent | a813c9d8f3862fec934ff657fb4e490530167183 (diff) |
Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image
- Add new eslint rules, enable a few more, fix issues
- Regenerate SVGs
- Tested Vue and Swagger
Co-authored-by: wxiaoguang <wxiaoguang@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 de06aa4c1..574976f6d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -571,7 +571,7 @@ steps: # TODO: We should probably build all dependencies into a test image - name: test-e2e - image: mcr.microsoft.com/playwright:v1.26.1-focal + image: mcr.microsoft.com/playwright:v1.27.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 |