Skip to content

Commit f651691

Browse files
committed
[draft] Experiment importing ESM packages to CommonJS
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 5e63256 commit f651691

File tree

6 files changed

+254
-216
lines changed

6 files changed

+254
-216
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:
30+
# Install clipboard utility required by `clipboardy >=4.0.0` package
31+
- name: Install clipboard utility
32+
if: (success() || failure()) && runner.os == 'Linux'
33+
run: |
34+
sudo apt-get update
35+
sudo apt-get install -y xclip
36+
3037
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3138
- uses: actions/checkout@v4
3239

0 commit comments

Comments
 (0)