Skip to content

Commit

Permalink
chore: update Node.js version to v20 for Driver Adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Dec 30, 2024
1 parent f8daf75 commit c00decf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-driver-adapters-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ["18"]
node_version: ["20"]
partition: ["1/4", "2/4", "3/4", "4/4"]
env:
LOG_LEVEL: "info" # Set to "debug" to trace the query engine and node process running the driver adapter
Expand Down

0 comments on commit c00decf

Please sign in to comment.