Skip to content

Commit 1449051

Browse files
authored
Merge pull request #2598 from nestjs/renovate/ubuntu-24.x
chore(deps): update dependency ubuntu to v24
2 parents ff7e120 + 5767f05 commit 1449051

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
node-version: [20]

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
node-version: [20]

0 commit comments

Comments
 (0)