Skip to content

Commit df692a9

Browse files
author
Michael Smith
committed
chore: test only supported versions in CI
1 parent 7312cba commit df692a9

3 files changed

Lines changed: 1 addition & 31 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,13 @@ jobs:
9191
os: windows-latest
9292
shell: cmd
9393
node-version:
94-
- 16.14.0
95-
- 16.x
96-
- 18.0.0
97-
- 18.x
9894
- 22.22.2
9995
- 22.x
10096
- 24.15.0
10197
- 24.x
10298
- 26.0.0
10399
- 26.x
104100
exclude:
105-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
106-
node-version: 16.14.0
107-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
108-
node-version: 16.x
109-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
110-
node-version: 18.0.0
111-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
112-
node-version: 18.x
113101
- platform: { name: macOS, os: macos-15-intel, shell: bash }
114102
node-version: 22.22.2
115103
- platform: { name: macOS, os: macos-15-intel, shell: bash }

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,13 @@ jobs:
6767
os: windows-latest
6868
shell: cmd
6969
node-version:
70-
- 16.14.0
71-
- 16.x
72-
- 18.0.0
73-
- 18.x
7470
- 22.22.2
7571
- 22.x
7672
- 24.15.0
7773
- 24.x
7874
- 26.0.0
7975
- 26.x
8076
exclude:
81-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
82-
node-version: 16.14.0
83-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
84-
node-version: 16.x
85-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
86-
node-version: 18.0.0
87-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
88-
node-version: 18.x
8977
- platform: { name: macOS, os: macos-15-intel, shell: bash }
9078
node-version: 22.22.2
9179
- platform: { name: macOS, os: macos-15-intel, shell: bash }

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
5353
"version": "5.1.0",
54-
"publish": "true",
55-
"ciVersions": [
56-
"16.14.0",
57-
"16.x",
58-
"18.0.0",
59-
"18.x"
60-
]
54+
"publish": "true"
6155
}
6256
}

0 commit comments

Comments
 (0)