diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09e729b0..92d817b2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: 10 + node-version: 12 - name: Cache dependencies uses: actions/cache@v2