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 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : pnpm/action-setup@v2.4.0
12+ - uses : pnpm/action-setup@v4
1313 with :
1414 version : latest
1515 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
1818 with :
19- node-version : 18 .x
19+ node-version : 20 .x
2020 cache : " pnpm"
2121 - name : Build the extension
2222 run : pnpm build
Original file line number Diff line number Diff line change 2121 "chrome-extension-hot-reload" : " ^0.2.2" ,
2222 "classnames" : " ^2.3.2" ,
2323 "crx-hotreload" : " ^1.0.6" ,
24- "plasmo" : " ^0.84.2" ,
24+ "lucide-react" : " ^0.378.0" ,
25+ "plasmo" : " ^0.86.2" ,
2526 "react" : " ^18.2.0" ,
2627 "react-dom" : " ^18.2.0" ,
2728 "react-hotkeys-hook" : " ^4.5.0" ,
You can’t perform that action at this time.
0 commit comments