File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up Node.js 20
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20.x '
27+ node-version : ' 20.19.5 '
2828 cache : yarn
2929 - name : Install dependencies
3030 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - name : Set up Python 3
2929 uses : actions/setup-python@v5
3030 with :
31- python-version : ' 3.x '
31+ python-version : ' 3.13.7 '
3232 - name : Set up Node.js 20
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : ' 20.x '
35+ node-version : ' 20.19.5 '
3636 cache : yarn
3737 - name : Install dependencies
3838 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1717 name : playwright
1818 runs-on : ubuntu-latest
1919 container :
20- image : mcr.microsoft.com/playwright:v1.51 .0-noble
20+ image : mcr.microsoft.com/playwright:v1.55 .0-noble
2121 options : --user 1001
2222 steps :
2323 - name : Checkout code
2727 - name : Set up Node.js 20
2828 uses : actions/setup-node@v4
2929 with :
30- node-version : ' 20.x '
30+ node-version : ' 20.19.5 '
3131 cache : yarn
3232 - name : Install dependencies
3333 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2424 - name : Set up Node.js 20
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20.x '
27+ node-version : ' 20.19.5 '
2828 cache : yarn
2929 - name : Install dependencies
3030 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4848 - name : Set up Node.js 20
4949 uses : actions/setup-node@v4
5050 with :
51- node-version : ' 20.x '
51+ node-version : ' 20.19.5 '
5252 cache : yarn
5353 - name : Install dependencies
5454 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2121 - name : Set up Node.js 20
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : ' 20.x '
24+ node-version : ' 20.19.5 '
2525 cache : yarn
2626 cache-dependency-path : src/oasis-nexus/yarn.lock
2727 - run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 2626 - name : Set up Node.js 20
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : ' 20.x '
29+ node-version : ' 20.19.5 '
3030 cache : yarn
3131 - name : Install dependencies
3232 run : yarn install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments