diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index ea4e766..2a290ca 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -17,6 +17,8 @@ jobs: - name: Setup Node Environment uses: actions/setup-node@v2 + with: + node-version: '16' - name: Prettify code uses: creyD/prettier_action@v4.0