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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24
cache: 'yarn'

- name: Install deps
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24
cache: 'yarn'

- name: Install deps
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
name: artifact-${{ github.run_id }}-merged
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24

- name: Codeclimate
uses: paambaati/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/node": "^24.0.0",
"buildstamp": "^3.5.0",
"eslint": "^8.39.0",
"eslint-plugin-disable": "^2.0.3",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ __metadata:
resolution: "@qiwi/lint-config-infra@workspace:packages/infra"
dependencies:
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^22.7.5"
"@types/node": "npm:^24.0.0"
buildstamp: "npm:^3.5.0"
eslint: "npm:^8.39.0"
eslint-plugin-disable: "npm:^2.0.3"
Expand Down Expand Up @@ -2322,7 +2322,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.7.5":
"@types/node@npm:*":
version: 22.8.6
resolution: "@types/node@npm:22.8.6"
dependencies:
Expand All @@ -2331,6 +2331,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^24.0.0":
version: 24.10.0
resolution: "@types/node@npm:24.10.0"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10/bc3abd9adc61423b1a72324208f3fcfe4f957b9fc8b9e81bf3fed584deb0b40f0e2af63cd0e2afa8f408d06f14bdba899ac638ac619f646badf8e72de246c052
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -7876,6 +7885,13 @@ __metadata:
languageName: node
linkType: hard

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

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.1
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.1"
Expand Down
Loading