File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3434 - name : Set up Node.js
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : ' 24.x '
37+ node-version : ' 24.11.1 '
3838 cache : yarn
3939 - name : Install dependencies
4040 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 - name : Set up Python 3
3535 uses : actions/setup-python@v4
3636 with :
37- python-version : ' 3.x '
37+ python-version : ' 3.14.0 '
3838 - name : Set up Node.js
3939 uses : actions/setup-node@v4
4040 with :
41- node-version : ' 24.x '
41+ node-version : ' 24.11.1 '
4242 cache : yarn
4343 - name : Install dependencies
4444 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2828 uses : actions/setup-node@v4
2929 id : yarn-cache
3030 with :
31- node-version : ' 24.x '
31+ node-version : ' 24.11.1 '
3232 cache : yarn
3333 - if : steps.yarn-cache.outputs.cache-hit != 'true'
3434 run : yarn install --frozen-lockfile
4444 - name : Set up Node.js
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : ' 24.x '
47+ node-version : ' 24.11.1 '
4848 cache : yarn
4949 - name : Install dependencies
5050 run : yarn install --frozen-lockfile
6767 - name : Set up Node.js
6868 uses : actions/setup-node@v4
6969 with :
70- node-version : ' 24.x '
70+ node-version : ' 24.11.1 '
7171 cache : yarn
7272 - name : Install dependencies
7373 run : yarn install --frozen-lockfile
8888 needs : [playwright-prepare]
8989 runs-on : ubuntu-latest
9090 container :
91- image : mcr.microsoft.com/playwright:v1.56.1 -noble
91+ image : mcr.microsoft.com/playwright:v1.57.0 -noble
9292 options : --user 1001
9393 strategy :
9494 fail-fast : false
@@ -101,7 +101,7 @@ jobs:
101101 - name : Set up Node.js
102102 uses : actions/setup-node@v4
103103 with :
104- node-version : ' 24.x '
104+ node-version : ' 24.11.1 '
105105 cache : yarn
106106 - uses : actions/download-artifact@v4
107107 - run : mv ./builds-for-playwright/build ./build
Original file line number Diff line number Diff line change 5151 - name : Set up Node.js
5252 uses : actions/setup-node@v4
5353 with :
54- node-version : ' 24.x '
54+ node-version : ' 24.11.1 '
5555 cache : yarn
5656 - name : Install dependencies
5757 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 3232 - name : Set up Node.js
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : ' 24.x '
35+ node-version : ' 24.11.1 '
3636 cache : yarn
3737 - name : Install dependencies
3838 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1919 - name : Set up Node.js
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 24.x '
22+ node-version : ' 24.11.1 '
2323 cache : yarn
2424 - name : Install dependencies
2525 run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments