From ab35c5014307b8aa422d9e5a9378b6cafc026de7 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 5 Apr 2023 14:17:31 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51c84e61..98580e53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: Run Remark Markdown Linter run: | npm install @@ -43,10 +43,10 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v2 - - name: Use Node.js 14.x + - name: Use Node.js 16.x uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - name: Run EsLint Node.js Linter run: | npm install @@ -93,7 +93,7 @@ jobs: - name: 'Test Coverage with Node.js 14.x' uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 16.x - run: | npm install npm run test:coverage