Skip to content

Commit c6fbfd3

Browse files
chore(deps): update dependency node to v24
1 parent 58e06e4 commit c6fbfd3

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 24
1515
- run: npm ci
1616
- run: npm run build
1717
- run: npm test
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 18
25+
node-version: 24
2626
registry-url: https://registry.npmjs.org/
2727
- run: npm ci
2828
- run: npm run build

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@nestjs/testing": "^11.0.0",
5858
"@types/express": "^4.17.13",
5959
"@types/jest": "29.5.14",
60-
"@types/node": "22.19.17",
60+
"@types/node": "24.12.3",
6161
"@typescript-eslint/eslint-plugin": "^6.0.0",
6262
"@typescript-eslint/parser": "^6.0.0",
6363
"eslint": "^8.0.1",

0 commit comments

Comments
 (0)