diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 939496ded60..738175273df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16' - name: Install Packages run: npm install - name: Test