Skip to content

Commit

Permalink
Update dependencies (#186)
Browse files Browse the repository at this point in the history
* bump dependencies

* bump github actions
  • Loading branch information
rejas committed Dec 26, 2023
1 parent 15de644 commit 4d37382
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 272 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
node-version: [18.x, 20.x]
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies and run tests
Expand Down
Loading

0 comments on commit 4d37382

Please sign in to comment.