diff --git a/.github/ISSUE_TEMPLATE/01-package_bug_report.yml b/.github/ISSUE_TEMPLATE/01-package_bug_report.yml index 085586ef17fd..953984a69462 100644 --- a/.github/ISSUE_TEMPLATE/01-package_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/01-package_bug_report.yml @@ -62,9 +62,9 @@ body: label: Versions description: List necessary versions here. This includes your package version, runtime version, operating system etc. placeholder: | - - discord.js 14.12.1 (`npm ls discord.js` or another package) - - Node.js 22.12.0 (`node --version`) - - TypeScript 5.1.6 (`npm ls typescript` if you use it) + - discord.js 14.24.2 (`npm ls discord.js` or another package) + - Node.js 24.11.0 (`node --version`) + - TypeScript 5.9.3 (`npm ls typescript` if you use it) - macOS Ventura 13.3.1 validations: required: true diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 9e02e167ff78..d23bce7ad884 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -16,10 +16,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies diff --git a/.github/workflows/deprecate-version.yml b/.github/workflows/deprecate-version.yml index 8766e33210d5..e34964522cd9 100644 --- a/.github/workflows/deprecate-version.yml +++ b/.github/workflows/deprecate-version.yml @@ -38,10 +38,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6933d7c463da..b61f566b2098 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -42,10 +42,10 @@ jobs: with: ref: ${{ inputs.ref || '' }} - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies @@ -215,10 +215,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies diff --git a/.github/workflows/publish-dev-docker.yml b/.github/workflows/publish-dev-docker.yml index 2c8bae8ab290..11c37e4319c0 100644 --- a/.github/workflows/publish-dev-docker.yml +++ b/.github/workflows/publish-dev-docker.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies diff --git a/.github/workflows/publish-dev.yml b/.github/workflows/publish-dev.yml index cec63e4b3b79..a7deefcca704 100644 --- a/.github/workflows/publish-dev.yml +++ b/.github/workflows/publish-dev.yml @@ -49,10 +49,10 @@ jobs: token: ${{ steps.app-token.outputs.token }} ref: ${{ steps.ref.outputs.ref }} - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index b351abc4df77..5af3a4b05bcf 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -9,10 +9,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index deb46998888a..e3faf8c33f96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,10 +60,10 @@ jobs: token: ${{ steps.app-token.outputs.token }} ref: ${{ inputs.ref || '' }} - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dba44c6c7431..67581de9f672 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,10 +19,10 @@ jobs: with: fetch-depth: 0 - - name: Install Node.js v22 - uses: actions/setup-node@v5 + - name: Install Node.js v24 + uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 package-manager-cache: false - name: Install dependencies