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 3b2370a commit 4bf83f9Copy full SHA for 4bf83f9
1 file changed
.github/workflows/node.js.yml
@@ -11,8 +11,8 @@ permissions:
11
12
jobs:
13
build:
14
+ needs: [get-lts]
15
runs-on: ubuntu-latest
-
16
strategy:
17
matrix:
18
node-version: ${{ fromJson(needs.get-lts.outputs.lts) }}
0 commit comments