Skip to content

Commit 2759b66

Browse files
authored
ci: run on all Node LTS versions instead of only active (#884)
1 parent 7b873f1 commit 2759b66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
prepare_matrix:
1616
runs-on: ubuntu-latest
1717
outputs:
18-
versions: ${{ steps.generate-matrix.outputs.active }}
18+
versions: ${{ steps.generate-matrix.outputs.lts }}
1919
steps:
20-
- name: Select all active LTS versions of Node.js
20+
- name: Select all current LTS versions of Node.js
2121
id: generate-matrix
2222
uses: msimerson/node-lts-versions@v1
2323

0 commit comments

Comments
 (0)