Skip to content

Commit 9b640e6

Browse files
authored
ci: use latest Node.js v20 version (#5573)
**What's the problem this PR addresses?** Node.js v20.4 has been released which fixes #5445 (comment) **How did you fix it?** Use the latest Node.js v20 version. **Checklist** - [x] I have read the [Contributing Guide](https://yarnpkg.com/advanced/contributing). - [x] I have set the packages that need to be released for my changes to be effective. - [x] I will check that all automated PR checks pass before the PR gets reviewed.
1 parent 5c262c0 commit 9b640e6

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
@@ -202,7 +202,7 @@ jobs:
202202
matrix:
203203
# We run the ubuntu tests on multiple Node versions with 2 shards since they're the fastest.
204204
# https://github.com/nodejs/node/issues/48444
205-
node: [18, 19, 20.2]
205+
node: [18, 19, 20]
206206
platform: [ubuntu-latest]
207207
shard: ['1/2', '2/2']
208208
# We run the rest of the tests on the minimum Node version we support with 3 shards.

0 commit comments

Comments
 (0)