diff --git a/.github/workflows/change-assurance.yml b/.github/workflows/change-assurance.yml index 707f6b3c..49622612 100644 --- a/.github/workflows/change-assurance.yml +++ b/.github/workflows/change-assurance.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '14', '16', '18' ] + node: [ '16', '18', '20' ] steps: - name: Check out repository