File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Install Node
3131 uses : actions/setup-node@v6
3232 with :
33- node-version : 20 .x
33+ node-version : 24 .x
3434 cache : pnpm
3535 - name : Install Dependencies
3636 run : pnpm install --frozen-lockfile
5151 version : 10
5252 - uses : actions/setup-node@v6
5353 with :
54- node-version : 20 .x
54+ node-version : 24 .x
5555 cache : pnpm
5656 - name : Install Dependencies
5757 run : pnpm install --no-lockfile
8787 - name : Install Node
8888 uses : actions/setup-node@v6
8989 with :
90- node-version : 20 .x
90+ node-version : 24 .x
9191 cache : pnpm
9292 - name : Install Dependencies
9393 run : pnpm install --frozen-lockfile
@@ -107,7 +107,7 @@ jobs:
107107 version : 10
108108 - uses : actions/setup-node@v6
109109 with :
110- node-version : 20 .x
110+ node-version : 24 .x
111111 cache : pnpm
112112 - name : Install Dependencies
113113 run : pnpm install --no-lockfile
You can’t perform that action at this time.
0 commit comments