Skip to content

Commit ef5d650

Browse files
mrTuomoKcursoragent
andcommitted
build: pin Node to 24.16.0 across nvmrc, engines, and CI
Align local and CI Node version with the patch release used successfully on GitHub Actions runners. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c1164b1 commit ef5d650

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.15.0'
32+
node-version: '24.16.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.15.0'
41+
node-version: '24.16.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.15.0'
36+
node-version: '24.16.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.15.0']
23+
node-version: ['24.16.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.15.0']
37+
node-version: ['24.16.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.15.0'
35+
node-version: '24.16.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.15.0'
32+
node-version: '24.16.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.15.0
1+
v24.16.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"webpack-node-externals": "3.0.0"
137137
},
138138
"engines": {
139-
"node": ">=24.15.0",
139+
"node": ">=24.16.0",
140140
"npm": "please-use-pnpm",
141141
"pnpm": ">=11.5.1"
142142
}

0 commit comments

Comments
 (0)