diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59983ce..9131b55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: 16 - + node-version: 12 + - name: Install dependencies uses: bahmutov/npm-install@v1