File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 - name : Set up Node.js 20
2929 uses : actions/setup-node@v5
3030 with :
31- node-version : ' 20.x '
31+ node-version : ' 20.19.6 '
3232 cache : yarn
3333 - name : Install dependencies
3434 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 - name : Set up Python 3
3333 uses : actions/setup-python@v6
3434 with :
35- python-version : ' 3.x '
35+ python-version : ' 3.14.2 '
3636 - name : Set up Node.js 20
3737 uses : actions/setup-node@v5
3838 with :
39- node-version : ' 20.x '
39+ node-version : ' 20.19.6 '
4040 cache : yarn
4141 - name : Install dependencies
4242 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 5151 - name : Set up Node.js 20
5252 uses : actions/setup-node@v5
5353 with :
54- node-version : ' 20.x '
54+ node-version : ' 20.19.6 '
5555 cache : yarn
5656 - name : Install dependencies
5757 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.6 '
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