We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d431647 commit 5c8c6ccCopy full SHA for 5c8c6cc
.github/workflows/ci-libnpmsearch.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/libnpmsearch/package.json
@@ -41,12 +41,18 @@
41
"npm-registry-fetch": "^15.0.0"
42
},
43
"engines": {
44
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
+ "node": "^16.13.0 || >=18.0.0"
45
46
"templateOSS": {
47
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
48
"version": "4.18.0",
49
- "content": "../../scripts/template-oss/index.js"
+ "content": "../../scripts/template-oss/index.js",
50
+ "ciVersions": [
51
+ "16.13.0",
52
+ "16.x",
53
+ "18.0.0",
54
+ "18.x"
55
+ ]
56
57
"tap": {
58
"nyc-arg": [
0 commit comments