File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 - uses : actions/checkout@v4
2222 - uses : pnpm/action-setup@v4
2323 with :
24- version : 9
24+ version : 10
2525 - name : Install Node
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : 18
28+ node-version : 20
2929 cache : pnpm
3030 - name : Install Dependencies
3131 run : pnpm install --frozen-lockfile
@@ -43,10 +43,10 @@ jobs:
4343 - uses : actions/checkout@v4
4444 - uses : pnpm/action-setup@v4
4545 with :
46- version : 9
46+ version : 10
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 18
49+ node-version : 20
5050 cache : pnpm
5151 - name : Install Dependencies
5252 run : pnpm install --no-lockfile
@@ -77,11 +77,11 @@ jobs:
7777 - uses : actions/checkout@v4
7878 - uses : pnpm/action-setup@v4
7979 with :
80- version : 9
80+ version : 10
8181 - name : Install Node
8282 uses : actions/setup-node@v4
8383 with :
84- node-version : 18
84+ node-version : 20
8585 cache : pnpm
8686 - name : Install Dependencies
8787 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
5353 ref : ' master'
5454 - uses : pnpm/action-setup@v4
5555 with :
56- version : 9
56+ version : 10
5757 - uses : actions/setup-node@v4
5858 with :
59- node-version : 18
59+ node-version : 20
6060 cache : pnpm
6161 - run : pnpm install --frozen-lockfile
6262 - name : " Generate Explanation and Prep Changelogs"
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 - uses : actions/checkout@v4
3131 - uses : pnpm/action-setup@v4
3232 with :
33- version : 9
33+ version : 10
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 18
36+ node-version : 20
3737 # This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
3838 registry-url : ' https://registry.npmjs.org'
3939 cache : pnpm
You can’t perform that action at this time.
0 commit comments