Skip to content

Commit

Permalink
ci: remove node.js v16 from matrix (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance authored Jul 9, 2024
1 parent cb44ff7 commit 7d95b4e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
needs: install
permissions:
checks: write # https://github.com/mikepenz/action-junit-report/issues/23#issuecomment-1412597753
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
needs: install
steps:
- name: Checkout
Expand All @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
needs: install
steps:
- name: Checkout
Expand Down Expand Up @@ -129,13 +129,10 @@ jobs:
strategy:
fail-fast: false # runs all tests to completion even if one fails
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
orbit-test: ['0', '1']
custom-fee: ['0']
include:
- orbit-test: '1'
custom-fee: '1'
node-version: 16
- orbit-test: '1'
custom-fee: '1'
node-version: 18
Expand Down

0 comments on commit 7d95b4e

Please sign in to comment.