We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a11d2 commit e3a377dCopy full SHA for e3a377d
.github/workflows/ci-npmcli-arborist.yml
@@ -64,8 +64,6 @@ jobs:
64
os: windows-latest
65
shell: cmd
66
node-version:
67
- - 14.17.0
68
- - 14.x
69
- 16.13.0
70
- 16.x
71
- 18.0.0
workspaces/arborist/package.json
@@ -86,11 +86,17 @@
86
]
87
},
88
"engines": {
89
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ "node": "^16.13.0 || >=18.0.0"
90
91
"templateOSS": {
92
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
93
"version": "4.18.0",
94
- "content": "../../scripts/template-oss/index.js"
+ "content": "../../scripts/template-oss/index.js",
95
+ "ciVersions": [
96
+ "16.13.0",
97
+ "16.x",
98
+ "18.0.0",
99
+ "18.x"
100
+ ]
101
}
102
0 commit comments