Skip to content

Commit

Permalink
upgraded dependencies and migrate from jest to node:test
Browse files Browse the repository at this point in the history
  • Loading branch information
francescorivola committed Nov 5, 2023
1 parent 2695138 commit d4c1814
Show file tree
Hide file tree
Showing 6 changed files with 2,489 additions and 8,690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm run build
- run: npm run lint
- run: npm run test-ci

- name: Publish Code Coverage
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v1
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build
Expand Down
Loading

0 comments on commit d4c1814

Please sign in to comment.