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 21212222 - uses : actions/setup-node@v6
2323 with :
24- node-version : ' 22 .x'
24+ node-version : ' 24 .x'
2525 cache : pnpm
2626 - run : pnpm install --frozen-lockfile
2727 # check prod dependencies as these would affect users
Original file line number Diff line number Diff line change 26262727 - uses : actions/setup-node@v6
2828 with :
29- node-version : 22
29+ node-version : 24
3030 cache : pnpm
3131 - run : pnpm install --frozen-lockfile
3232 - run : pnpm build
38383939 - uses : actions/setup-node@v6
4040 with :
41- node-version : 22
41+ node-version : 24
4242 cache : pnpm
4343 - run : pnpm install --frozen-lockfile
4444 - run : pnpm run lint
@@ -162,7 +162,7 @@ jobs:
162162163163 - uses : actions/setup-node@v6
164164 with :
165- node-version : 22
165+ node-version : 24
166166 cache : pnpm
167167 - run : pnpm install --frozen-lockfile
168168 - run : pnpm playwright install chromium
You can’t perform that action at this time.
0 commit comments