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 002dda8 commit affe3f2Copy full SHA for affe3f2
.github/workflows/test.yml
@@ -38,14 +38,10 @@ jobs:
38
run: npm run test:types
39
40
node-versions:
41
- name: Get Node.js Versions
42
- runs-on: ubuntu-latest
43
- outputs:
44
- matrix: ${{ steps.query.outputs.matrix }}
45
- steps:
46
- - id: query
47
- run: |
48
- echo "matrix=$(curl -s https://raw.githubusercontent.com/actions/node-versions/refs/heads/main/versions-manifest.json | jq -c '[.[] | select(.lts) | select(.version | split(".")[0] | tonumber >= 18) | .lts | ascii_downcase | "lts/\(.)"] + ["current"] | unique')" >> "$GITHUB_OUTPUT"
+ uses: panva/.github/.github/workflows/node-versions.yml@main
+ with:
+ min: 18
+
49
node:
50
needs:
51
- node-versions
0 commit comments