diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2749ebf6f4506cfb76fc53480018241f8b60903..a773ef6c7cade1b16d058a898577c89d0801bb5d 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