File tree 3 files changed +3
-3
lines changed
src/steps/writing/creation/dotGitHub
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/setup-node@v4
9
9
with :
10
10
cache : pnpm
11
- node-version : " 18 "
11
+ node-version : " 20 "
12
12
- run : pnpm install --frozen-lockfile
13
13
shell : bash
14
14
using : composite
Original file line number Diff line number Diff line change 18
18
- uses: actions/setup-node@v4
19
19
with:
20
20
cache: pnpm
21
- node-version: '18 '
21
+ node-version: '20 '
22
22
- run: pnpm install --frozen-lockfile
23
23
shell: bash
24
24
using: composite
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export function createDotGitHubActions() {
12
12
{ uses : "pnpm/action-setup@v2" } ,
13
13
{
14
14
uses : "actions/setup-node@v4" ,
15
- with : { cache : "pnpm" , "node-version" : "18 " } ,
15
+ with : { cache : "pnpm" , "node-version" : "20 " } ,
16
16
} ,
17
17
{
18
18
run : "pnpm install --frozen-lockfile" ,
You can’t perform that action at this time.
0 commit comments