Skip to content

Commit

Permalink
update dependencies (#70)
Browse files Browse the repository at this point in the history
* update dependencies

* chore: update nodejs ci versions
  • Loading branch information
ivan-tymoshenko authored Mar 18, 2024
1 parent f1004e7 commit 179471d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13,147 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [18, 20]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout
Expand All @@ -37,28 +37,3 @@ jobs:

- name: Run Tests
run: npm run test-ci

# - name: Coveralls Parallel
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.github_token }}
# parallel: true
# flag-name: run-${{ matrix.node-version }}-${{ matrix.os }}

# coverage:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: coverallsapp/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true

# automerge:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: fastify/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,6 @@ dist
.vscode/

# Simple example
logger.js
logger.js

package-lock.json
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 179471d

Please sign in to comment.