Skip to content

Commit

Permalink
Test node 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Aug 24, 2023
1 parent 6022357 commit e525069
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# @TODO add 16/18
node: [ '14' ]
node: [ '16', '18' ]

name: Node ${{ matrix.node }} build
steps:
Expand All @@ -31,10 +30,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# @TODO add 16/18
node: [ '14' ]
node: [ '16', '18' ]

name: Node ${{ matrix.node }} build
name: Node ${{ matrix.node }} test and lint
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit e525069

Please sign in to comment.