1818 - name : Use Node.js LTS
1919 uses : actions/setup-node@v4
2020 with :
21- node-version : ' 20 .x'
21+ node-version : ' 22 .x'
2222 cache : ' yarn'
2323 - name : Install dependencies
2424 run : yarn
4444 - name : Use Node.js LTS
4545 uses : actions/setup-node@v4
4646 with :
47- node-version : ' 20 .x'
47+ node-version : ' 22 .x'
4848 cache : ' yarn'
4949 - name : Install dependencies
5050 run : yarn
8383 - name : Use Node.js LTS
8484 uses : actions/setup-node@v4
8585 with :
86- node-version : ' 20 .x'
86+ node-version : ' 22 .x'
8787 cache : ' yarn'
8888 - name : Install dependencies
8989 run : yarn
@@ -100,7 +100,7 @@ jobs:
100100 - name : Use Node.js LTS
101101 uses : actions/setup-node@v4
102102 with :
103- node-version : ' 20 .x'
103+ node-version : ' 22 .x'
104104 cache : ' yarn'
105105 - name : Install dependencies
106106 run : yarn
@@ -119,7 +119,7 @@ jobs:
119119 - name : Use Node.js LTS
120120 uses : actions/setup-node@v4
121121 with :
122- node-version : ' 20 .x'
122+ node-version : ' 22 .x'
123123 cache : ' yarn'
124124 - name : Install dependencies
125125 run : yarn
@@ -154,7 +154,7 @@ jobs:
154154 - name : Use Node.js LTS
155155 uses : actions/setup-node@v4
156156 with :
157- node-version : ' 20 .x'
157+ node-version : ' 22 .x'
158158 cache : ' yarn'
159159 - name : Install dependencies
160160 run : yarn
@@ -182,7 +182,7 @@ jobs:
182182 - name : Use Node.js LTS
183183 uses : actions/setup-node@v4
184184 with :
185- node-version : ' 20 .x'
185+ node-version : ' 22 .x'
186186 cache : ' yarn'
187187 - name : Install dependencies
188188 run : yarn
@@ -211,7 +211,7 @@ jobs:
211211 - name : Use Node.js LTS
212212 uses : actions/setup-node@v4
213213 with :
214- node-version : ' 20 .x'
214+ node-version : ' 22 .x'
215215 cache : ' yarn'
216216 - name : Install dependencies
217217 run : yarn
@@ -234,7 +234,7 @@ jobs:
234234 - name : Use Node.js LTS
235235 uses : actions/setup-node@v3
236236 with :
237- node-version : ' 20 .x'
237+ node-version : ' 22 .x'
238238 - name : Update Sandbox Repository
239239 env :
240240 SSH_SANDBOX_DEPLOY_KEY : ${{ secrets.SSH_SANDBOX_DEPLOY_KEY }}
0 commit comments