Skip to content

Commit 43bfbd0

Browse files
authored
chore(repo): Use node@20 in CI (#6848)
1 parent c6724e9 commit 43bfbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
fail-fast: true
209209
matrix:
210210
include:
211-
- node-version: 18
211+
- node-version: 20
212212
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'
213213
- node-version: 22
214214
test-filter: '**'
@@ -224,7 +224,7 @@ jobs:
224224
id: config
225225
uses: ./.github/actions/init-blacksmith
226226
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)`.
228228
node-version: ${{ matrix.node-version }}
229229
turbo-signature: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
230230
turbo-summarize: ${{ env.TURBO_SUMMARIZE }}

0 commit comments

Comments
 (0)