diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d40e62..a50e914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '12.x' - run: npm install - run: npm test -- --ci --coverage