Skip to content

Commit

Permalink
Merge pull request #21 from egermano/feature/minor-updates
Browse files Browse the repository at this point in the history
Minor updates + new version
  • Loading branch information
egermano authored Oct 22, 2024
2 parents e138ac9 + 1f42afb commit 880f947
Show file tree
Hide file tree
Showing 6 changed files with 2,262 additions and 5,611 deletions.
27 changes: 12 additions & 15 deletions .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,21 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install, build, and test
run: |
npm ci
npm run lint
npm run build
npm run test
env:
CI: true
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install, build, and test
run: |
npm ci
npm run lint
npm run build
npm run test
8 changes: 0 additions & 8 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 880f947

Please sign in to comment.