Skip to content

Commit 0c2135f

Browse files
authored
ci: run on all Node LTS versions instead of only active (#1058)
1 parent ca514f1 commit 0c2135f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/unit-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
prepare_matrix:
1818
runs-on: ubuntu-latest
1919
outputs:
20-
versions: ${{ steps.generate-matrix.outputs.active }}
20+
versions: ${{ steps.generate-matrix.outputs.lts }}
2121
steps:
22-
- name: Select all active LTS versions of Node.js
22+
- name: Select all current LTS versions of Node.js
2323
id: generate-matrix
2424
uses: msimerson/node-lts-versions@v1
2525

0 commit comments

Comments
 (0)