File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,13 +228,13 @@ jobs:
228228
229229 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
230230 with :
231- version : 8
231+ version : 10
232232
233233 # Node is required for pnpm
234234 - name : Set up Node
235235 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
236236 with :
237- node-version : 18
237+ node-version : 22
238238 cache : pnpm
239239 cache-dependency-path : website/pnpm-lock.yaml
240240
Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
6666
6767 - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
6868 with :
69- version : 8
69+ version : 10
7070
7171 # Node is required for pnpm
7272 - name : Set up Node
7373 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7474 with :
75- node-version : 18
75+ node-version : 22
7676 cache : pnpm
7777 cache-dependency-path : website/pnpm-lock.yaml
7878
You can’t perform that action at this time.
0 commit comments