File tree Expand file tree Collapse file tree 6 files changed +91
-142
lines changed Expand file tree Collapse file tree 6 files changed +91
-142
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - uses : pnpm/action-setup@v2.4.0
12
+ - uses : pnpm/action-setup@v4
13
13
with :
14
14
version : latest
15
15
run_install : true
16
- - name : Use Node.js 18 .x
17
- uses : actions/setup-node@v3.4.1
16
+ - name : Use Node.js 20 .x
17
+ uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18 .x
19
+ node-version : 20 .x
20
20
cache : " pnpm"
21
21
- name : Build the extension
22
22
run : pnpm build
Original file line number Diff line number Diff line change 21
21
"chrome-extension-hot-reload" : " ^0.2.2" ,
22
22
"classnames" : " ^2.3.2" ,
23
23
"crx-hotreload" : " ^1.0.6" ,
24
- "plasmo" : " ^0.84.2" ,
24
+ "lucide-react" : " ^0.378.0" ,
25
+ "plasmo" : " ^0.86.2" ,
25
26
"react" : " ^18.2.0" ,
26
27
"react-dom" : " ^18.2.0" ,
27
28
"react-hotkeys-hook" : " ^4.5.0" ,
You can’t perform that action at this time.
0 commit comments