Skip to content

Commit

Permalink
[tests] run tests on more NodeJS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dangmai committed Nov 19, 2024
1 parent 02fe6b7 commit 3ccc6c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Tests
on:
push:
pull_request:
repository_dispatch:
types: manual-test-run
workflow_dispatch:

jobs:
tests:
Expand All @@ -13,6 +12,8 @@ jobs:
fail-fast: false
matrix:
node:
- "22"
- "20"
- "18"
- "16"
- "14"
Expand Down

0 comments on commit 3ccc6c4

Please sign in to comment.