diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61fc040..1f9cc3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [12.x] + node-version: [14.x] name: test - node ${{ matrix.node-version }} steps: - uses: actions/checkout@v1