File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131 - uses : pnpm/action-setup@v4
3232 - uses : actions/setup-node@v6
3333 with :
34- node-version : 22
34+ node-version : 24
3535 cache : pnpm
3636 - name : Install Dependencies
3737 if : steps.screenshot-cache.outputs.cache-hit != 'true'
6666 - uses : pnpm/action-setup@v4
6767 - uses : actions/setup-node@v6
6868 with :
69- node-version : 22
69+ node-version : 24
7070 cache : pnpm
7171 - name : Install Dependencies
7272 if : steps.screenshot-cache.outputs.cache-hit != 'true'
@@ -103,7 +103,7 @@ jobs:
103103 - run : ls -lh baseline candidate 2>/dev/null || true
104104 - uses : actions/setup-node@v6
105105 with :
106- node-version : 22
106+ node-version : 24
107107 - run : |
108108 mkdir -p ./results
109109 echo ${{ github.event.pull_request.number }} > ./results/pr_number
You can’t perform that action at this time.
0 commit comments