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 2424 - uses : pnpm/action-setup@v4
2525 - uses : actions/setup-node@v4
2626 with :
27- node-version : 22
27+ node-version : 24
2828 registry-url : " https://registry.npmjs.org/"
2929 - run : pnpm install
3030 - run : pnpm lint
3939 - uses : actions/checkout@v4
4040 - uses : actions/setup-node@v4
4141 with :
42- node-version : 22
42+ node-version : 24
4343 registry-url : " https://registry.npmjs.org/"
4444 - uses : pnpm/action-setup@v4
4545 - name : Re-install npm
7777 - uses : pnpm/action-setup@v4
7878 - uses : actions/setup-node@v4
7979 with :
80- node-version : 22
80+ node-version : 24
8181 cache : " pnpm"
8282 - name : Install dependencies (main branch)
8383 run : pnpm install
@@ -125,7 +125,7 @@ jobs:
125125 - uses : pnpm/action-setup@v4
126126 - uses : actions/setup-node@v4
127127 with :
128- node-version : 22
128+ node-version : 24
129129 cache : " pnpm"
130130 - name : Install and build parent package
131131 run : |
You can’t perform that action at this time.
0 commit comments