File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 - macos-latest
1717 - windows-latest
1818 steps :
19- - uses : actions/checkout@v2
20- - uses : actions/setup-node@v2
19+ - uses : actions/checkout@v4
20+ - uses : actions/setup-node@v4
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 - run : npm install
Original file line number Diff line number Diff line change 1616 "node" : " ./index.js" ,
1717 "default" : " ./browser.js"
1818 },
19+ "sideEffects" : false ,
1920 "engines" : {
2021 "node" : " >=18"
2122 },
Original file line number Diff line number Diff line change @@ -72,4 +72,5 @@ The [Linux binary](fallbacks/linux/xsel) is just a bundled version of [`xsel`](h
7272## Related
7373
7474- [ clipboard-cli] ( https://github.com/sindresorhus/clipboard-cli ) - CLI for this module
75+ - [ clipboard-image] ( https://github.com/sindresorhus/clipboard-image ) - Get and set images on the clipboard
7576- [ copy-text-to-clipboard] ( https://github.com/sindresorhus/copy-text-to-clipboard ) - Copy text to the clipboard in the browser
You can’t perform that action at this time.
0 commit comments