From a966378add389aa96d50b76106eda1e1322f3f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Sat, 10 Dec 2022 16:38:16 +0100 Subject: [PATCH] revert to xtermjs v5.0.0 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 4de9ebd..cb07c35 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,6 +27,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install yarn - run: | - XTERMJS=master IMAGEADDON=${{ github.head_ref || github.ref_name }} ./bootstrap.sh + XTERMJS=5.0.0 IMAGEADDON=${{ github.head_ref || github.ref_name }} ./bootstrap.sh - run: cd xterm-addon-image/xterm.js && yarn test - run: cd xterm-addon-image/xterm.js && yarn test-api-chromium --headless