html: upgrade to xterm 5.2.0

This commit is contained in:
Shuanglei Tao
2023-06-09 02:14:47 +00:00
parent 384ac98c9a
commit 3e580b2544
4 changed files with 14891 additions and 14797 deletions

View File

@@ -17,10 +17,12 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 18
- name: Run yarn install, check and build
run: |
cd html
corepack enable
corepack prepare yarn@stable --activate
yarn install
yarn run check
yarn run build
working-directory: html