diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b38e5a3d..9c1c4c836 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Install dependencies run: npm ci