Skip to content

Commit 00b9121

Browse files
committed
feat: upgrade CI Node.js version to 18 and 20
1 parent 899a609 commit 00b9121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node-version: [^14, ^16]
9+
node-version: [^18, ^20]
1010
services:
1111
# Label used to access the service container
1212
redis:

0 commit comments

Comments
 (0)