File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3434 - name : Set up Node.js 18
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : ' 18.x '
37+ node-version : ' 18.20.7 '
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.13.2 '
3838 - name : Set up Node.js 18
3939 uses : actions/setup-node@v4
4040 with :
41- node-version : ' 18.x '
41+ node-version : ' 18.20.7 '
4242 cache : yarn
4343 - name : Install dependencies
4444 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4444 - name : Set up Node.js 18
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : ' 18.x '
47+ node-version : ' 18.20.7 '
4848 cache : yarn
4949 - name : Install dependencies
5050 run : yarn install --frozen-lockfile
6767 - name : Set up Node.js 18
6868 uses : actions/setup-node@v4
6969 with :
70- node-version : ' 18.x '
70+ node-version : ' 18.20.7 '
7171 cache : yarn
7272 - name : Install dependencies
7373 run : yarn install --frozen-lockfile
@@ -102,7 +102,7 @@ jobs:
102102 - name : Set up Node.js 18
103103 uses : actions/setup-node@v4
104104 with :
105- node-version : ' 18.x '
105+ node-version : ' 18.20.7 '
106106 cache : yarn
107107 - name : Install dependencies
108108 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 4848 - name : Set up Node.js 18
4949 uses : actions/setup-node@v4
5050 with :
51- node-version : ' 18.x '
51+ node-version : ' 18.20.7 '
5252 cache : yarn
5353 - name : Install dependencies
5454 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 3232 - name : Set up Node.js 18
3333 uses : actions/setup-node@v4
3434 with :
35- node-version : ' 18.x '
35+ node-version : ' 18.20.7 '
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 18
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 18.x '
22+ node-version : ' 18.20.7 '
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