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