We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37af2ed commit 85962aaCopy full SHA for 85962aa
1 file changed
.github/workflows/unit-test.yml
@@ -7,9 +7,9 @@ jobs:
7
prepare_matrix:
8
runs-on: ubuntu-latest
9
outputs:
10
- versions: ${{ steps.generate-matrix.outputs.active }}
+ versions: ${{ steps.generate-matrix.outputs.lts }}
11
steps:
12
- - name: Select all active LTS versions of Node.js
+ - name: Select all current LTS versions of Node.js
13
id: generate-matrix
14
uses: msimerson/node-lts-versions@v1
15
0 commit comments