Skip to content

Commit

Permalink
changed: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Nov 2, 2023
1 parent 76b0ffd commit 7726494
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 562 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
node: [ '16', '18', '20' ]
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -23,7 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node }}
registry-url: https://registry.npmjs.org/
- run: npm install -g npm@^6
- if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- run: npm test
Loading

0 comments on commit 7726494

Please sign in to comment.