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