diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a171830..ae02f40 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '14' + node-version: '16' - run: npm ci - run: npm run lint