File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565 - uses : actions/setup-node@v4
6666 with :
67+ check-latest : true
6768 node-version : ${{ matrix.node-version }}
6869
6970 - name : Install ${{ inputs.pr-repo }}@${{ inputs.pr-ref }}
Original file line number Diff line number Diff line change 6767 - name : Setup Node
6868 uses : actions/setup-node@v4
6969 with :
70+ check-latest : true
7071 node-version : lts/*
7172
7273 - name : Install dependencies
9394 - name : Setup Node
9495 uses : actions/setup-node@v4
9596 with :
97+ check-latest : true
9698 node-version : lts/*
9799
98100 - name : Install dependencies
@@ -128,6 +130,7 @@ jobs:
128130 - name : Setup Node ${{ matrix.node-version }}
129131 uses : actions/setup-node@v4
130132 with :
133+ check-latest : true
131134 node-version : ${{ matrix.node-version }}
132135
133136 - name : Install dependencies
Original file line number Diff line number Diff line change 6262 - name : Setup Node
6363 uses : actions/setup-node@v4
6464 with :
65+ check-latest : true
6566 node-version : lts/*
6667
6768 - name : Install dependencies
8889 - name : Setup Node
8990 uses : actions/setup-node@v4
9091 with :
92+ check-latest : true
9193 node-version : lts/*
9294
9395 - name : Install dependencies
@@ -132,6 +134,7 @@ jobs:
132134 - name : Setup Node ${{ matrix.node-version }}
133135 uses : actions/setup-node@v4
134136 with :
137+ check-latest : true
135138 node-version : ${{ matrix.node-version }}
136139
137140 - name : Install dependencies
Original file line number Diff line number Diff line change 6262 - name : Setup Node
6363 uses : actions/setup-node@v4
6464 with :
65+ check-latest : true
6566 node-version : lts/*
6667
6768 - name : Install dependencies
8889 - name : Setup Node
8990 uses : actions/setup-node@v4
9091 with :
92+ check-latest : true
9193 node-version : lts/*
9294
9395 - name : Install dependencies
@@ -120,6 +122,7 @@ jobs:
120122 - name : Setup Node ${{ matrix.node-version }}
121123 uses : actions/setup-node@v4
122124 with :
125+ check-latest : true
123126 node-version : ${{ matrix.node-version }}
124127
125128 - name : Install dependencies
Original file line number Diff line number Diff line change 6262 - name : Setup Node
6363 uses : actions/setup-node@v4
6464 with :
65+ check-latest : true
6566 node-version : lts/*
6667
6768 - name : Install dependencies
8990 - name : Setup Node
9091 uses : actions/setup-node@v4
9192 with :
93+ check-latest : true
9294 node-version : lts/*
9395
9496 - name : Install dependencies
@@ -128,6 +130,7 @@ jobs:
128130 - name : Setup Node ${{ matrix.node-version }}
129131 uses : actions/setup-node@v4
130132 with :
133+ check-latest : true
131134 node-version : ${{ matrix.node-version }}
132135
133136 - name : Install dependencies
Original file line number Diff line number Diff line change 2828 - name : Setup Node ${{ matrix.node-version }}
2929 uses : actions/setup-node@v4
3030 with :
31+ check-latest : true
3132 node-version : ${{ matrix.node-version }}
3233
3334 - name : Install with pnpm
5859 - name : Setup Node ${{ matrix.node-version }}
5960 uses : actions/setup-node@v4
6061 with :
62+ check-latest : true
6163 node-version : ${{ matrix.node-version }}
6264
6365 - name : Install with Yarn
Original file line number Diff line number Diff line change 6262 - name : Setup Node
6363 uses : actions/setup-node@v4
6464 with :
65+ check-latest : true
6566 node-version : lts/*
6667
6768 - name : Install dependencies
8889 - name : Setup Node
8990 uses : actions/setup-node@v4
9091 with :
92+ check-latest : true
9193 node-version : lts/*
9294
9395 - name : Install dependencies
@@ -127,6 +129,7 @@ jobs:
127129 - name : Setup Node ${{ matrix.node-version }}
128130 uses : actions/setup-node@v4
129131 with :
132+ check-latest : true
130133 node-version : ${{ matrix.node-version }}
131134
132135 - name : Install dependencies
Original file line number Diff line number Diff line change 6262 - name : Setup Node
6363 uses : actions/setup-node@v4
6464 with :
65+ check-latest : true
6566 node-version : lts/*
6667
6768 - name : Install dependencies
8889 - name : Setup Node
8990 uses : actions/setup-node@v4
9091 with :
92+ check-latest : true
9193 node-version : lts/*
9294
9395 - name : Install dependencies
@@ -119,6 +121,7 @@ jobs:
119121 - name : Setup Node ${{ matrix.node-version }}
120122 uses : actions/setup-node@v4
121123 with :
124+ check-latest : true
122125 node-version : ${{ matrix.node-version }}
123126
124127 - name : Install dependencies
Original file line number Diff line number Diff line change 6767 - name : Setup Node
6868 uses : actions/setup-node@v4
6969 with :
70+ check-latest : true
7071 node-version : lts/*
7172
7273 - name : Install dependencies
9394 - name : Setup Node
9495 uses : actions/setup-node@v4
9596 with :
97+ check-latest : true
9698 node-version : lts/*
9799
98100 - name : Install dependencies
@@ -124,6 +126,7 @@ jobs:
124126 - name : Setup Node ${{ matrix.node-version }}
125127 uses : actions/setup-node@v4
126128 with :
129+ check-latest : true
127130 node-version : ${{ matrix.node-version }}
128131
129132 - name : Install dependencies
@@ -150,6 +153,7 @@ jobs:
150153 - name : Setup Node
151154 uses : actions/setup-node@v4
152155 with :
156+ check-latest : true
153157 node-version : lts/*
154158
155159 - name : Install dependencies
Original file line number Diff line number Diff line change 1717 - name : Use Node.js
1818 uses : actions/setup-node@v4
1919 with :
20+ check-latest : true
2021 node-version : lts/*
2122 - uses : nearform/optic-release-automation-action@v4
2223 with :
You can’t perform that action at this time.
0 commit comments