From d0f3fa2a7ac8aecd4c1867546816df562a0886f1 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Tue, 3 Oct 2023 12:36:06 -0700 Subject: [PATCH] chore: use node 18.x to build react-contoso (#2752) --- .github/workflows/pr-chat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-chat.yml b/.github/workflows/pr-chat.yml index dd53b44f12..f938921c89 100644 --- a/.github/workflows/pr-chat.yml +++ b/.github/workflows/pr-chat.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v4