Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Dec 17, 2024
1 parent 1e0e283 commit 01c7749
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: infojunkie
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16]
node-version: [18, 20, 22]

steps:
- name: Install dependencies
Expand All @@ -20,6 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test && npm run test:bundle
- run: npm test
env:
CI: true

0 comments on commit 01c7749

Please sign in to comment.