From 74bce256655da8a28a66127ef3f4f3f76db4681d Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Mon, 10 Oct 2022 13:23:53 -0400 Subject: [PATCH] Update ci.yml --- .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 ef77598..8d44d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 12.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - run: npm ci - run: npm test - name: codecov