Skip to content

Commit 442df9a

Browse files
authoredSep 7, 2023
chore: pin node to 20.5.1 in ci (#4115)
Fixes #4099 Waiting for nodejs/node#49497 to be released *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
1 parent ba00a84 commit 442df9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ jobs:
204204
fail-fast: true
205205
matrix:
206206
runner: [windows, macos, ubuntu]
207-
node: ["18", "20"]
207+
# Pinned 20 to 20.5.1 until https://github.com/nodejs/node/issues/49497 is released
208+
node: ["18", "20.5.1"]
208209
shard: ["1/2", "2/2"]
209210
full_run:
210211
# Do a full run on push or when the PR is labeled "pr/e2e-full"

0 commit comments

Comments
 (0)
Please sign in to comment.