File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 - name : Set up Node.js 20
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20.x '
27+ node-version : ' 20.20.0 '
2828 - uses : pnpm/action-setup@v4
2929 name : Install pnpm
3030 with :
31- version : 10
31+ version : 10.30.3
3232 run_install : false
3333 - name : Set workflow variables
3434 # Id is needed to access output in a next step.
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
2828 - name : Set up Python 3
2929 uses : actions/setup-python@v4
3030 with :
31- python-version : ' 3.x '
31+ python-version : ' 3.14.3 '
3232 - name : Set up Node.js 20
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : ' 20.x '
35+ node-version : ' 20.20.0 '
3636 - uses : pnpm/action-setup@v4
3737 name : Install pnpm
3838 with :
39- version : 10
39+ version : 10.30.3
4040 run_install : false
4141 - name : Set workflow variables
4242 # Id is needed to access output in a next step.
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 - name : Set up Node.js 20
2525 uses : actions/setup-node@v4
2626 with :
27- node-version : ' 20.x '
27+ node-version : ' 20.20.0 '
2828 - uses : pnpm/action-setup@v4
2929 name : Install pnpm
3030 with :
31- version : 10
31+ version : 10.30.3
3232 run_install : false
3333 - name : Set workflow variables
3434 # Id is needed to access output in a next step.
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ jobs:
4848 - name : Set up Node.js 20
4949 uses : actions/setup-node@v4
5050 with :
51- node-version : ' 20.x '
51+ node-version : ' 20.20.0 '
5252 - uses : pnpm/action-setup@v4
5353 name : Install pnpm
5454 with :
55- version : 10
55+ version : 10.30.3
5656 run_install : false
5757 - name : Set workflow variables
5858 # Id is needed to access output in a next step.
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 - name : Set up Node.js 20
2626 uses : actions/setup-node@v4
2727 with :
28- node-version : ' 20.x '
28+ node-version : ' 20.20.0 '
2929 - uses : pnpm/action-setup@v4
3030 name : Install pnpm
3131 with :
32- version : 10
32+ version : 10.30.3
3333 run_install : false
3434 - name : Set workflow variables
3535 # Id is needed to access output in a next step.
You can’t perform that action at this time.
0 commit comments