Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Apr 5, 2023
1 parent 09245c8 commit ab35c50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab35c50

Please sign in to comment.