Skip to content

Commit

Permalink
Updated test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAdamDavis committed Jun 4, 2024
1 parent 6273579 commit c1f946e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18.12.1' ]
node: ['18.18.0', '20.11.1']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
Expand Down

0 comments on commit c1f946e

Please sign in to comment.