File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 with :
2727 version : latest
2828 run_install : true
29- - name : Use Node.js 20 .x
29+ - name : Use Node.js 22 .x
30303131 with :
32- node-version : 20 .x
32+ node-version : 22 .x
3333 cache : " pnpm"
3434 - name : Package the extension for Chrome
3535 run : pnpm build --zip
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 with :
2323 version : latest
2424 run_install : true
25- - name : Use Node.js 20 .x
25+ - name : Use Node.js 22 .x
26262727 with :
28- node-version : 20 .x
28+ node-version : 22 .x
2929 cache : " pnpm"
3030 - name : Package the extension for Chrome
3131 run : pnpm build --zip
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 with :
2525 version : latest
2626 run_install : true
27- - name : Use Node.js 20 .x
27+ - name : Use Node.js 22 .x
28282929 with :
30- node-version : 20 .x
30+ node-version : 22 .x
3131 cache : " pnpm"
3232 - name : Package the extension for Chrome
3333 run : pnpm build --zip
You can’t perform that action at this time.
0 commit comments