Skip to content

Commit a455442

Browse files
committed
chore: update node to v24.18.0
- bump pnpm to 11.9.0
1 parent 2397171 commit a455442

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/ci-events-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@main
3030
secrets: inherit
3131
with:
32-
node-version: '24.16.0'
32+
node-version: '24.18.0'
3333
typecheck: true
3434
app-directory: proxies/events-graphql-proxy
3535
extra-commands: |

.github/workflows/ci-events-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@main
3939
secrets: inherit
4040
with:
41-
node-version: '24.16.0'
41+
node-version: '24.18.0'
4242
typecheck: true
4343
app-directory: apps/events-helsinki
4444
extra-commands: |

.github/workflows/ci-hobbies-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@main
3434
secrets: inherit
3535
with:
36-
node-version: '24.16.0'
36+
node-version: '24.18.0'
3737
typecheck: true
3838
app-directory: apps/hobbies-helsinki
3939
extra-commands: |

.github/workflows/ci-monorepo-integrity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
node-version: ['24.16.0']
23+
node-version: ['24.18.0']
2424
steps:
2525
- uses: actions/checkout@v6
2626

.github/workflows/ci-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
node-version: ['24.16.0']
37+
node-version: ['24.18.0']
3838
steps:
3939
- uses: actions/checkout@v6
4040
with:

.github/workflows/ci-sports-helsinki-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@main
3333
secrets: inherit
3434
with:
35-
node-version: '24.16.0'
35+
node-version: '24.18.0'
3636
typecheck: true
3737
app-directory: apps/sports-helsinki
3838
extra-commands: |

.github/workflows/ci-venue-graphql-proxy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: City-of-Helsinki/.github/.github/workflows/ci-pnpm-node.yml@main
3030
secrets: inherit
3131
with:
32-
node-version: '24.16.0'
32+
node-version: '24.18.0'
3333
typecheck: true
3434
app-directory: proxies/venue-graphql-proxy
3535
extra-commands: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.16.0
1+
v24.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "events-helsinki-monorepo",
33
"private": true,
44
"type": "module",
5-
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26",
5+
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
66
"homepage": "https://github.com/City-of-Helsinki/events-helsinki-monorepo",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)