diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a6525db765..319f7486e9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -70,10 +70,10 @@ jobs: with: fetch-depth: 0 - - name: Setup NodeJS - uses: actions/setup-node@v1 + - name: Use Node.js LTS + uses: actions/setup-node@v2 with: - node-version: 12 + node-version: lts/* - name: Configure Git run: |