Skip to content

Commit

Permalink
Merge pull request #126 from elycruz/issue-#125-coveralls_update
Browse files Browse the repository at this point in the history
issue-#125 - Replaced 'coveralls' dep.
  • Loading branch information
elycruz committed Apr 16, 2024
2 parents c6a350e + c3475a2 commit fff0c2d
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 6,032 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
@@ -1,4 +1,4 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# This workflow performs a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Build and Test
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit fff0c2d

Please sign in to comment.