Skip to content

Commit

Permalink
chore: pin node to 20.5.1 in ci (#4115)
Browse files Browse the repository at this point in the history
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)*.
  • Loading branch information
MarkMcCulloh committed Sep 7, 2023
1 parent ba00a84 commit 442df9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ jobs:
fail-fast: true
matrix:
runner: [windows, macos, ubuntu]
node: ["18", "20"]
# Pinned 20 to 20.5.1 until https://github.com/nodejs/node/issues/49497 is released
node: ["18", "20.5.1"]
shard: ["1/2", "2/2"]
full_run:
# Do a full run on push or when the PR is labeled "pr/e2e-full"
Expand Down

0 comments on commit 442df9a

Please sign in to comment.