diff --git a/.github/workflows/update-lkg.yml b/.github/workflows/update-lkg.yml index cf81cc97db9..4faf242f8bf 100644 --- a/.github/workflows/update-lkg.yml +++ b/.github/workflows/update-lkg.yml @@ -9,10 +9,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use node version 12 + - name: Use node version 14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 registry-url: https://registry.npmjs.org/ - name: Configure Git and Update LKG