File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 with :
2424 token : ${{ secrets.GITHUB_TOKEN }}
2525
26- - name : Setup Node.js
26+ - name : Set up Node
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : ' 22.x'
29+ node-version : 22.x
3030
3131 - name : yarn install
3232 run : yarn install --immutable
Original file line number Diff line number Diff line change 2727 - name : Set up Node
2828 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2929 with :
30- node-version : 22
30+ node-version : 22.x
3131 registry-url : https://registry.npmjs.org/ # Needed for auth
3232
3333 - name : Configure Git
Original file line number Diff line number Diff line change 3535 - name : Set up Node
3636 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3737 with :
38- node-version : 20
38+ node-version : 22.x
3939 registry-url : https://registry.npmjs.org/ # Needed for auth
4040
4141 - name : Find changed workspaces
5151 strategy :
5252 matrix :
5353 workspace : ${{ fromJSON(needs.find-changed-workspaces.outputs.workspaces) }}
54- node-version : [20 .x, 22 .x]
54+ node-version : [22 .x, 24 .x]
5555 fail-fast : false
5656 defaults :
5757 run :
@@ -190,10 +190,10 @@ jobs:
190190 uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
191191 with :
192192 ref : ${{ github.event.workflow_run.head_branch }}
193- - name : Setup node
193+ - name : Set up Node
194194 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
195195 with :
196- node-version : 20 .x
196+ node-version : 22 .x
197197 - name : Install root dependencies
198198 run : yarn install --immutable
199199 - name : Verify lockfile duplicates
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v4
1515
16- - name : Setup Node.js
16+ - name : Set up Node
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : ' 22 '
19+ node-version : 22.x
2020 registry-url : ' https://registry.npmjs.org'
2121
2222 - name : Deprecate packages
Original file line number Diff line number Diff line change 1919 - name : Set up Node
2020 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2121 with :
22- node-version : 20
22+ node-version : 22.x
2323 registry-url : https://registry.npmjs.org/ # Needed for auth
2424
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 - name : Set up Node
2020 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
2121 with :
22- node-version : 20
22+ node-version : 22.x
2323 registry-url : https://registry.npmjs.org/ # Needed for auth
2424
2525 - name : Fetch previous commit for check
Original file line number Diff line number Diff line change 5555 - name : Set up Node
5656 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
5757 with :
58- node-version : 20
58+ node-version : 22.x
5959 registry-url : https://registry.npmjs.org/ # Needed for auth
6060
6161 - name : Get yarn cache directory path
@@ -127,7 +127,7 @@ jobs:
127127 - name : Set up Node
128128 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
129129 with :
130- node-version : 20
130+ node-version : 22.x
131131 registry-url : https://registry.npmjs.org/ # Needed for auth
132132
133133 - name : Install root dependencies
Original file line number Diff line number Diff line change 7171 - name : Set up Node
7272 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
7373 with :
74- node-version : 20
74+ node-version : 22.x
7575 registry-url : https://registry.npmjs.org/ # Needed for auth
7676
7777 - name : Get yarn cache directory path
@@ -143,7 +143,7 @@ jobs:
143143 - name : Set up Node
144144 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
145145 with :
146- node-version : 20
146+ node-version : 22.x
147147 registry-url : https://registry.npmjs.org/ # Needed for auth
148148
149149 - name : Install root dependencies
Original file line number Diff line number Diff line change 2929 - name : Set up Node
3030 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
3131 with :
32- node-version : 22
32+ node-version : 22.x
3333 registry-url : https://registry.npmjs.org/
3434
3535 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 fetch-depth : 1
5151
5252 # Beginning of yarn setup
53- - name : use node.js 20.x
53+ - name : Set up Node
5454 uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
5555 with :
56- node-version : 20 .x
56+ node-version : 22 .x
5757 registry-url : https://registry.npmjs.org/ # Needed for auth
5858 - name : cache all node_modules
5959 id : cache-modules
You can’t perform that action at this time.
0 commit comments