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 997707f commit ef55346Copy full SHA for ef55346
.github/workflows/lts-version.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
16
- lts: ['21', '17', '11', '21.0.5', '17.0.9']
+ lts: ['21', '17', '11', '21.0.5', '17.0.9', '21.0', '17.0']
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
0 commit comments