Skip to content

Commit ce8ccbf

Browse files
committed
ci: run tests on Node.js v20
1 parent bdd1075 commit ce8ccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
fail-fast: false
201201
matrix:
202202
# We run the ubuntu tests on multiple Node versions with 2 shards since they're the fastest.
203-
node: [14, 16, 18, 19]
203+
node: [14, 16, 18, 20]
204204
platform: [ubuntu-latest]
205205
shard: ['1/2', '2/2']
206206
# We run the rest of the tests on the minimum Node version we support with 3 shards.

0 commit comments

Comments
 (0)