diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2749ebf6f..a773ef6c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Install Node uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Checkout repo uses: actions/checkout@v2