File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ jobs:
208
208
fail-fast : true
209
209
matrix :
210
210
include :
211
- - node-version : 18
211
+ - node-version : 20
212
212
test-filter : ' --filter=@clerk/astro --filter=@clerk/backend --filter=@clerk/express --filter=@clerk/nextjs --filter=@clerk/clerk-react --filter=@clerk/shared --filter=@clerk/remix --filter=@clerk/tanstack-react-start --filter=@clerk/elements --filter=@clerk/vue --filter=@clerk/nuxt --filter=@clerk/clerk-expo'
213
213
- node-version : 22
214
214
test-filter : ' **'
@@ -224,7 +224,7 @@ jobs:
224
224
id : config
225
225
uses : ./.github/actions/init-blacksmith
226
226
with :
227
- # Ensures that all builds are cached appropriately with a consistent run name `Unit Tests (18 )`.
227
+ # Ensures that all builds are cached appropriately with a consistent run name `Unit Tests (20 )`.
228
228
node-version : ${{ matrix.node-version }}
229
229
turbo-signature : ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
230
230
turbo-summarize : ${{ env.TURBO_SUMMARIZE }}
You can’t perform that action at this time.
0 commit comments