Skip to content

Commit 64a4040

Browse files
committed
update pnpm and node for lint action
1 parent 7729060 commit 64a4040

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
steps:
1313
- uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: '9.15.0'
1616

1717
- name: 📚 Checkout
1818
uses: actions/checkout@v3
1919

2020
- name: 🟢 Node
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version: 22
2424
registry-url: https://registry.npmjs.org
2525

2626
- name: 🍳 Prepare

packages/commandkit/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@
6464
},
6565
"peerDependencies": {
6666
"discord.js": "^14"
67+
},
68+
"engines": {
69+
"node": ">=22"
6770
}
6871
}

0 commit comments

Comments
 (0)