Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zgoda committed Sep 22, 2023
1 parent d3da73d commit 1ce323d
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 592 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -23,6 +23,6 @@ jobs:
- run: npm run build --if-present
- run: npm run test:ci
- name: Coveralls
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 1ce323d

Please sign in to comment.