diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 852759b..0716e47 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18] + node: [14, 16, 18, 20, 22] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18] + node: [14, 16, 18, 20 ,22] os: [ubuntu-latest, macOS-latest, windows-latest] steps: - uses: actions/checkout@v3