diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 2c3b66b..3568025 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -15,7 +15,7 @@ jobs: - name: "Setup NodeJS" uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '12.16.3' - name: "Install NPM dependencies" run: npm install