We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca514f1 commit 0c2135fCopy full SHA for 0c2135f
.github/workflows/unit-test.yml
@@ -17,9 +17,9 @@ jobs:
17
prepare_matrix:
18
runs-on: ubuntu-latest
19
outputs:
20
- versions: ${{ steps.generate-matrix.outputs.active }}
+ versions: ${{ steps.generate-matrix.outputs.lts }}
21
steps:
22
- - name: Select all active LTS versions of Node.js
+ - name: Select all current LTS versions of Node.js
23
id: generate-matrix
24
uses: msimerson/node-lts-versions@v1
25
0 commit comments