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

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/reusable-aura-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: ${{ inputs.BRANCH || github.ref }}
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 20
node-version: 24
cache: yarn
package-manager-cache: false
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
node-version: 20 # Should match package.json minimum node engine
node-version: 24 # Should match package.json minimum node engine
cache: yarn
package-manager-cache: false
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/is-uuid": "1.0.2",
"@types/jest": "30.0.0",
"@types/jsonwebtoken": "9.0.10",
"@types/node": "22.18.12",
"@types/node": "24.10.0",
"@types/pluralize": "0.0.33",
"@types/randomstring": "1.3.0",
"@types/semver": "7.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/introspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@neo4j/graphql": "^7.0.0",
"@types/jest": "30.0.0",
"@types/node": "22.18.12",
"@types/node": "24.10.0",
"@types/pluralize": "0.0.33",
"jest": "30.2.0",
"ts-jest": "29.4.5",
Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,7 @@ __metadata:
"@types/is-uuid": "npm:1.0.2"
"@types/jest": "npm:30.0.0"
"@types/jsonwebtoken": "npm:9.0.10"
"@types/node": "npm:22.18.12"
"@types/node": "npm:24.10.0"
"@types/pluralize": "npm:0.0.33"
"@types/randomstring": "npm:1.3.0"
"@types/semver": "npm:7.7.1"
Expand Down Expand Up @@ -2816,7 +2816,7 @@ __metadata:
dependencies:
"@neo4j/graphql": "npm:^7.0.0"
"@types/jest": "npm:30.0.0"
"@types/node": "npm:22.18.12"
"@types/node": "npm:24.10.0"
"@types/pluralize": "npm:0.0.33"
camelcase: "npm:^6.3.0"
debug: "npm:^4.3.4"
Expand Down Expand Up @@ -3593,12 +3593,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.18.12":
version: 22.18.12
resolution: "@types/node@npm:22.18.12"
"@types/node@npm:24.10.0":
version: 24.10.0
resolution: "@types/node@npm:24.10.0"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/13a4638f2baba3efba2b8bc369dd6f950dccbfca78f318f9c9f2c7adc11fce14fc119723c38567dada2d57a873c092b7356c024924d5974a08f3c1f93dc706c6
undici-types: "npm:~7.16.0"
checksum: 10c0/f82ed7194e16f5590ef7afdc20c6d09068c76d50278b485ede8f0c5749683536e3064ffa8def8db76915196afb3724b854aa5723c64d6571b890b14492943b46
languageName: node
linkType: hard

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

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

"undici@npm:5.28.3":
version: 5.28.3
resolution: "undici@npm:5.28.3"
Expand Down
Loading