Skip to content

Commit

Permalink
revert to xtermjs v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Dec 10, 2022
1 parent 7dfd285 commit a966378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a966378

Please sign in to comment.