Skip to content

Commit

Permalink
chore: tests on more node version
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 7, 2023
1 parent f7ef4ee commit e1fdca4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ on: [push]

jobs:
test:
strategy:
matrix:
target: ['16', '18', '20']

uses: snapshot-labs/actions/.github/workflows/test.yml@main
secrets: inherit
with:
target: ${{ matrix.target }}

0 comments on commit e1fdca4

Please sign in to comment.