File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 with :
5757 run_install : false
5858
59+ - name : Use Node.js
60+ uses : actions/setup-node@v4
61+ with :
62+ node-version-file : ' .node-version'
63+
5964 - name : Get pnpm store directory
6065 shell : bash
6166 run : |
Original file line number Diff line number Diff line change 8787 - name : Get sources
8888 uses : actions/checkout@v4
8989
90+ - name : Use Node.js
91+ uses : actions/setup-node@v4
92+ with :
93+ node-version-file : ' .node-version'
94+
9095 - uses : pnpm/action-setup@v4
9196 with :
9297 run_install : false
Original file line number Diff line number Diff line change 5353 if : inputs.action == 'deploy'
5454 uses : actions/setup-node@v4
5555 with :
56- node-version : " 20 "
56+ node-version-file : ' .node-version '
5757
5858 - name : Setup pnpm
5959 if : inputs.action == 'deploy'
Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ jobs:
157157 # with:
158158 # chrome-version: '145.0.7632.67'
159159
160- # - name: Use Node.js
161- # uses: actions/setup-node@v4
162- # with:
163- # node-version-file: '.node-version'
160+ - name : Use Node.js
161+ uses : actions/setup-node@v4
162+ with :
163+ node-version-file : ' .node-version'
164164
165165 - uses : pnpm/action-setup@v4
166166 with :
You can’t perform that action at this time.
0 commit comments