diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8968f5c..db37a5f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: secrets: inherit strategy: matrix: - node_version: [lts, latest] + node_version: ['lts/*', latest] with: affected: true node_version: ${{ matrix.node_version }} @@ -43,7 +43,7 @@ jobs: secrets: inherit strategy: matrix: - node_version: [lts, latest] + node_version: ['lts/*', latest] with: affected: true node_version: ${{ matrix.node_version }} @@ -55,7 +55,7 @@ jobs: secrets: inherit strategy: matrix: - node_version: [lts, latest] + node_version: ['lts/*', latest] with: affected: true node_version: ${{ matrix.node_version }} @@ -67,7 +67,7 @@ jobs: secrets: inherit strategy: matrix: - node_version: [lts, latest] + node_version: ['lts/*', latest] with: affected: true node_version: ${{ matrix.node_version }}