Skip to content

Commit 4cb8807

Browse files
authored
Merge pull request #14 from itk-dev/feature/update-actions-runner-images
Update GitHub workflows runner images
2 parents 778e112 + c4c83fc commit 4cb8807

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
composer code-analysis
137137
138138
markdown-coding-standards:
139-
runs-on: ubuntu-20.04
139+
runs-on: ubuntu-latest
140140
name: Markdown coding standards
141141
steps:
142142
- name: Checkout
@@ -155,7 +155,7 @@ jobs:
155155
- name: Yarn install
156156
uses: actions/setup-node@v2
157157
with:
158-
node-version: '16'
158+
node-version: '22'
159159
- run: yarn install
160160
- name: coding-standards-check
161161
run: yarn coding-standards-check

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
1111

12+
- Updated GitHub workflow images.
13+
1214
## [1.1.1] - 2025-02-07
1315

1416
- Update `terms_and_conditions_url` settings key.

0 commit comments

Comments
 (0)