diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd124cc91..71dc63458 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Setup node uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 16 cache: yarn - name: Run ${{ matrix.command }}