From 84755743fca2fb5f19edc319ffd829bb65829451 Mon Sep 17 00:00:00 2001 From: aasim Date: Tue, 23 Apr 2024 18:49:40 -0400 Subject: [PATCH] updated Node version in workflow --- .github/workflows/pr_ci_frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_ci_frontend.yaml b/.github/workflows/pr_ci_frontend.yaml index 6d1074666..2b2ba7bfc 100644 --- a/.github/workflows/pr_ci_frontend.yaml +++ b/.github/workflows/pr_ci_frontend.yaml @@ -56,7 +56,7 @@ jobs: - name: Setup Node environment uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '21' - name: Install Yarn uses: borales/actions-yarn@v5