5252 - name : Use Node LTS version
5353 uses : actions/setup-node@v6
5454 with :
55- node-version : 20.19.5
55+ node-version : 22.21.0
5656 cache : yarn
5757 cache-dependency-path : yarn.lock
5858
6868 path : |
6969 .cache/yarn
7070 node_modules
71- key : ubuntu-latest-node20 -${{ hashFiles('yarn.lock') }}
71+ key : ubuntu-latest-node22 -${{ hashFiles('yarn.lock') }}
7272
7373 # # --- INSTALL --- ##
7474 # note: if cache-hit isn't needed b/c yarn will leverage the cache if it exists
@@ -88,14 +88,14 @@ jobs:
8888 - name : Download build artifacts for head
8989 uses : actions/download-artifact@v5
9090 with :
91- name : ubuntu-latest-node20 -compiled-assets-${{ steps.derive-key.outputs.head-path }}
91+ name : ubuntu-latest-node22 -compiled-assets-${{ steps.derive-key.outputs.head-path }}
9292 path : ${{ github.workspace }}/${{ steps.derive-key.outputs.head-path }}
9393 merge-multiple : true
9494
9595 - name : Download build artifacts for base
9696 uses : actions/download-artifact@v5
9797 with :
98- name : ubuntu-latest-node20 -compiled-assets-${{ steps.derive-key.outputs.base-path }}
98+ name : ubuntu-latest-node22 -compiled-assets-${{ steps.derive-key.outputs.base-path }}
9999 path : ${{ github.workspace }}/${{ steps.derive-key.outputs.base-path }}
100100 merge-multiple : true
101101
@@ -155,7 +155,7 @@ jobs:
155155 run : |
156156 BRANCH=${{ matrix.branch }}
157157 BRANCH=${BRANCH//\//_}
158- echo "key=ubuntu-latest-node20 -compiled-assets-${BRANCH}" >> "$GITHUB_OUTPUT"
158+ echo "key=ubuntu-latest-node22 -compiled-assets-${BRANCH}" >> "$GITHUB_OUTPUT"
159159
160160 - name : Check if build artifacts already exist
161161 uses : actions/download-artifact@v5
@@ -179,7 +179,7 @@ jobs:
179179 - name : Use Node LTS version
180180 uses : actions/setup-node@v6
181181 with :
182- node-version : 20.19.5
182+ node-version : 22.21.0
183183 cache : yarn
184184
185185 - name : Enable Corepack
@@ -194,7 +194,7 @@ jobs:
194194 path : |
195195 .cache/yarn
196196 node_modules
197- key : ubuntu-latest-node20 -${{ hashFiles('yarn.lock') }}
197+ key : ubuntu-latest-node22 -${{ hashFiles('yarn.lock') }}
198198
199199 # # --- INSTALL --- ##
200200 # note: if cache-hit isn't needed b/c yarn will leverage the cache if it exists
0 commit comments