Skip to content

Commit 29e2b02

Browse files
committed
Update GitHub workflows runner images
1 parent bb0cf28 commit 29e2b02

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
composer code-analysis
180180
181181
markdown-coding-standards:
182-
runs-on: ubuntu-20.04
182+
runs-on: ubuntu-latest
183183
name: Markdown coding standards
184184
steps:
185185
- name: Checkout
@@ -198,7 +198,7 @@ jobs:
198198
- name: Yarn install
199199
uses: actions/setup-node@v2
200200
with:
201-
node-version: '16'
201+
node-version: '22'
202202
- run: yarn install
203203
- name: coding-standards-check
204204
run: yarn coding-standards-check

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
## [Unreleased]
1010

11+
* Update GitHub workflows runner images.
12+
1113
## [2.2.0] 2024-12-10
1214

1315
* Added audit logging via `os2web/os2web_audit`.

0 commit comments

Comments
 (0)