Skip to content

Commit

Permalink
update pnpm and node for lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 14, 2024
1 parent 7729060 commit 64a4040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
version: '9.15.0'

- name: 📚 Checkout
uses: actions/checkout@v3

- name: 🟢 Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 22
registry-url: https://registry.npmjs.org

- name: 🍳 Prepare
Expand Down
3 changes: 3 additions & 0 deletions packages/commandkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
},
"peerDependencies": {
"discord.js": "^14"
},
"engines": {
"node": ">=22"
}
}

0 comments on commit 64a4040

Please sign in to comment.