diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 02a9f58..26d80cc 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: pnpm/action-setup@v2 with: - version: 8 + version: '9.15.0' - name: 📚 Checkout uses: actions/checkout@v3 @@ -20,7 +20,7 @@ jobs: - name: 🟢 Node uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 22 registry-url: https://registry.npmjs.org - name: 🍳 Prepare diff --git a/packages/commandkit/package.json b/packages/commandkit/package.json index 0dfa309..2aed0fb 100644 --- a/packages/commandkit/package.json +++ b/packages/commandkit/package.json @@ -64,5 +64,8 @@ }, "peerDependencies": { "discord.js": "^14" + }, + "engines": { + "node": ">=22" } }