From 1338b5dba5bf9b755b6ab77494eeb43c832f28e9 Mon Sep 17 00:00:00 2001 From: "Castro, Mario" Date: Wed, 11 Sep 2024 12:18:35 -0300 Subject: [PATCH] Change Node version for GitHub actions environment --- .github/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 045a85887..4330f940c 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -5,7 +5,7 @@ runs: steps: - uses: actions/setup-node@v3 with: - node-version: 18.18 + node-version: 20.17 # First we cache the rush project, to ensure we don't build multiple times, nor we download more dependencies than needed - name: Cache Rush project