Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: '22'
node-version: '24'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
24
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": "22",
"node": "24",
"yarn": ">=1.22.10"
},
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/koa-helmet": "6.1.0",
"@types/koa-router": "7.4.9",
"@types/lodash": "4.17.21",
"@types/node": "22.19.3",
"@types/node": "24.10.4",
"@types/object-mapper": "6.2.2",
"axios": "1.13.2",
"eslint": "9.39.2",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1371,12 +1371,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.19.3":
version: 22.19.3
resolution: "@types/node@npm:22.19.3"
"@types/node@npm:24.10.4":
version: 24.10.4
resolution: "@types/node@npm:24.10.4"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10/ffee06ce6d741fde98a40bc65a57394ed2283c521f57f9143d2356513181162bd4108809be6902a861d098b35e35569f61f14c64d3032e48a0289b74f917669a
undici-types: "npm:~7.16.0"
checksum: 10/a0b318b99a97103d151589a10e20d7d3ce93188a0e6466040eb2ce5fae33ca6785306737b4006560fe3152073cbb2b14747b854fa303296275c22afc8a37da2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6469,13 +6469,6 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10/ec8f41aa4359d50f9b59fa61fe3efce3477cc681908c8f84354d8567bb3701fafdddf36ef6bff307024d3feb42c837cf6f670314ba37fc8145e219560e473d14
languageName: node
linkType: hard

"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
Expand Down Expand Up @@ -6511,7 +6504,7 @@ __metadata:
"@types/koa-helmet": "npm:6.1.0"
"@types/koa-router": "npm:7.4.9"
"@types/lodash": "npm:4.17.21"
"@types/node": "npm:22.19.3"
"@types/node": "npm:24.10.4"
"@types/object-mapper": "npm:6.2.2"
axios: "npm:1.13.2"
debug: "npm:4.4.3"
Expand Down
Loading