mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-03 01:14:24 +01:00
html: upgrade to xterm 5.2.0
This commit is contained in:
6
.github/workflows/frontend.yml
vendored
6
.github/workflows/frontend.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user