diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0271ac7..4fb74e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 18.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 18.x - run: npm ci - run: npm run lint - run: npm run coverage