diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4afdfaf..c69501f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12.0.0 + node-version: 16.6.1 - run: npm ci - run: npm run lint - run: npm test env: - CI: true \ No newline at end of file + CI: true