diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 44ac411..decaf32 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout Node uses: actions/setup-node@v1 with: - node-version: "14.15.0" + node-version: "14.16.0" - run: npm install - run: npx tsc @@ -74,7 +74,7 @@ jobs: - name: Checkout Node uses: actions/setup-node@v2-beta with: - node-version: "10.19.0" + node-version: "14.16.0" - if: matrix.os == 'ubuntu-latest' run: |