Skip to content

Commit

Permalink
4.0.1 (#34)
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
rejas committed Nov 17, 2023
1 parent 885966a commit 0a7ae00
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 431 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- name: Checkout sourcecode
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 }}

Expand Down
Loading

0 comments on commit 0a7ae00

Please sign in to comment.