From a926882e2747df9d3ebcc064b96f803256be5c0d Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Sun, 30 Oct 2022 16:56:41 +1300 Subject: [PATCH] Upgrading to node 14 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f742a43..78ff3a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '14' - name: Install modules run: npm ci - name: Run tests - run: npm run test --verbose --maxWorkers=2 + run: npm run test - name: Submit to Codecov uses: codecov/codecov-action@v1