File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 node-version :
13+ - 24
1314 - 20
14- - 18
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/setup-node@v3
16+ - uses : actions/checkout@v5
17+ - uses : actions/setup-node@v5
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 - run : npm install
Original file line number Diff line number Diff line change 1515 "clipboard" : " ./cli.js"
1616 },
1717 "engines" : {
18- "node" : " >=18 "
18+ "node" : " >=20 "
1919 },
2020 "scripts" : {
2121 "test" : " xo && ava"
3939 " xsel"
4040 ],
4141 "dependencies" : {
42- "clipboardy" : " ^4 .0.0" ,
42+ "clipboardy" : " ^5 .0.0" ,
4343 "get-stdin" : " ^9.0.0" ,
44- "meow" : " ^12.1.1 "
44+ "meow" : " ^14.0.0 "
4545 },
4646 "devDependencies" : {
47- "ava" : " ^5.3 .1" ,
48- "execa" : " ^8.0.1 " ,
49- "xo" : " ^0.56.0 "
47+ "ava" : " ^6.4 .1" ,
48+ "execa" : " ^9.6.0 " ,
49+ "xo" : " ^1.2.2 "
5050 }
5151}
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ Run it with `$ cb` instead by adding `alias cb=clipboard` to your `.zshrc`/`.bas
2727
2828## Related
2929
30- - [ clipboardy] ( https://github.com/sindresorhus/clipboardy ) - API for this module
30+ - [ clipboardy] ( https://github.com/sindresorhus/clipboardy ) - API for this package
You can’t perform that action at this time.
0 commit comments