Skip to content

Commit

Permalink
Merge pull request #519 from telefonicaid/fgalan-patch-1
Browse files Browse the repository at this point in the history
ADD nodev18 to regression suite
  • Loading branch information
AlvaroVega authored Nov 20, 2023
2 parents c9087c1 + bc78bc1 commit 6fae449
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- 12.x
- 14.x
- 16.x
- 18.x
steps:
- name: Git checkout
uses: actions/checkout@v2
Expand All @@ -59,10 +60,10 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: 'Test Coverage with Node.js 12.x'
- name: 'Test Coverage with Node.js 14.x'
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
- run: |
npm install
npm run test:coverage
Expand Down
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

0 comments on commit 6fae449

Please sign in to comment.