@@ -59,10 +59,10 @@ jobs:
5959 ref : ${{ inputs.commit }}
6060 repository : ${{ inputs.repository }}
6161 persist-credentials : false
62- - name : Setup Node.js LTS
62+ - name : Setup Node.js 16
6363 uses : actions/setup-node@v3
6464 with :
65- node-version : lts/*
65+ node-version : 16
6666 cache : ' yarn'
6767 - name : Restore cypress runner from Cache
6868 uses : actions/cache@v3
@@ -122,10 +122,10 @@ jobs:
122122 repository : ${{ inputs.repository }}
123123 persist-credentials : false
124124
125- - name : Setup Node.js LTS
125+ - name : Setup Node.js 16
126126 uses : actions/setup-node@v3
127127 with :
128- node-version : lts/*
128+ node-version : 16
129129 cache : ' yarn'
130130
131131 - name : Restore node_modules cache
@@ -225,10 +225,10 @@ jobs:
225225 env :
226226 SEGMENT_DOWNLOAD_TIMEOUT_MINS : 1
227227
228- - name : Setup Node.js LTS
228+ - name : Setup Node.js 16
229229 uses : actions/setup-node@v3
230230 with :
231- node-version : lts/*
231+ node-version : 16
232232 cache : ' yarn'
233233
234234 - name : Restore cypress runner Cache
@@ -361,10 +361,10 @@ jobs:
361361 repository : ${{ inputs.repository }}
362362 persist-credentials : false
363363
364- - name : Setup Node.js LTS
364+ - name : Setup Node.js 16
365365 uses : actions/setup-node@v3
366366 with :
367- node-version : lts/*
367+ node-version : 16
368368 cache : ' yarn'
369369
370370 - name : Restore cypress runner Cache
0 commit comments