Skip to content

Commit 13fc808

Browse files
chore(deps): update dependency node to v24
1 parent 2cad958 commit 13fc808

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 24
2323
registry-url: https://registry.npmjs.org/
2424
cache: 'pnpm'
2525
- run: pnpm install --frozen-lock
@@ -38,7 +38,7 @@ jobs:
3838
- name: Use Node.js
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 24
4242
registry-url: https://registry.npmjs.org/
4343
cache: 'pnpm'
4444
- name: Install Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/DiscordAnalytics/node-package/issues"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^22.15.2",
24+
"@types/node": "^24.0.0",
2525
"@vitest/coverage-v8": "3.1.2",
2626
"dotenv": "^16.5.0",
2727
"typescript": "^5.8.3",

pnpm-lock.yaml

Lines changed: 32 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)