Skip to content

Commit

Permalink
chore: update CI to use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 28, 2023
1 parent 159f02d commit 2d0394f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ on: [push]

jobs:
test:
strategy:
matrix:
target: ['18']
uses: snapshot-labs/actions/.github/workflows/test.yml@main
secrets: inherit
with:
target: ${{ matrix.target }}

0 comments on commit 2d0394f

Please sign in to comment.