We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7729060 commit 64a4040Copy full SHA for 64a4040
.github/workflows/lint.yaml
@@ -12,15 +12,15 @@ jobs:
12
steps:
13
- uses: pnpm/action-setup@v2
14
with:
15
- version: 8
+ version: '9.15.0'
16
17
- name: 📚 Checkout
18
uses: actions/checkout@v3
19
20
- name: 🟢 Node
21
uses: actions/setup-node@v2
22
23
- node-version: 16
+ node-version: 22
24
registry-url: https://registry.npmjs.org
25
26
- name: 🍳 Prepare
packages/commandkit/package.json
@@ -64,5 +64,8 @@
64
},
65
"peerDependencies": {
66
"discord.js": "^14"
67
+ },
68
+ "engines": {
69
+ "node": ">=22"
70
}
71
0 commit comments