File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 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
You can’t perform that action at this time.
0 commit comments