Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: use latest Node.js v20 version
  • Loading branch information
merceyz committed Jul 7, 2023
commit ea576a9bc078a2c83d48c712e8db7ba8481a913d
2 changes: 1 addition & 1 deletion .github/workflows/integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
matrix:
# We run the ubuntu tests on multiple Node versions with 2 shards since they're the fastest.
# https://github.com/nodejs/node/issues/48444
node: [18, 19, 20.2]
node: [18, 19, 20]
platform: [ubuntu-latest]
shard: ['1/2', '2/2']
# We run the rest of the tests on the minimum Node version we support with 3 shards.
Expand Down