diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 09976e247..758faca3b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,8 @@ jobs: - name: "Setup Node.js" uses: "actions/setup-node@v1" with: - node-version: 14 + node-version: 12 + - run: npm install - name: "Automated Version Bump" id: version_bump_and_create_tag uses: "rimonhanna/gh-action-bump-version@master"